Skip to content

Releases: kamilkisiela/apollo-angular

0.3.0

28 Jun 17:06
Compare
Choose a tag to compare
  • Added SSR support
  • Left lodash as the only one dependency and @angular/core with apollo-client as peerDependecies (PR #29)
  • Fixed missing data in reused component (PR #30)
  • Fixed overwriting query data with the same value on every poll interval (PR #34)

0.2.0

20 Jun 18:09
Compare
Choose a tag to compare
  • Added polling, refetching and access to unsubscribe method (PR #19)
  • Added forceFetch, returnPartialData and pollInterval support (PR #19)
  • Added errors and loading to the query's result object (PR #19)
  • Added both results from decorator and service support for ApolloQueryPipe (PR #27)
  • Fixed issue with not setting a query with not defined variables (PR #19)

0.1.0

20 Jun 18:09
Compare
Choose a tag to compare
  • Added Angular2 RC1 and ApolloClient 0.3.X support (PR #16, PR #17)

0.0.2

20 Jun 18:09
Compare
Choose a tag to compare

First version

19 Apr 15:37
Compare
Choose a tag to compare
Merge pull request #7 from kamilkisiela/example

refactor(hello-world): working example