Skip to content

Releases: kamilkisiela/apollo-angular

0.4.4

24 Aug 18:54
Compare
Choose a tag to compare
  • Fixed format of arguments in backward compatible methods (PR #74)
  • Made queries reusable (use refetch on new variables) (PR #74)
  • Used apollo-client-rxjs (PR #72)
  • Fixed an issue that prevents from subscribing to ApolloQueryObservable (PR #71)
  • Added SelectPipe and deprecated ApolloQueryPipe (PR #78)

0.4.3

16 Aug 18:30
Compare
Choose a tag to compare
  • Added ApolloModule (with RC5 of Angular2 comes NgModules) (PR #63)
  • Added ability to use query variables as observables. With this, the query can be automatically re-run when those obserables emit new values. (PR #64)

0.4.2

12 Aug 19:07
Compare
Choose a tag to compare
  • Added fetchMore support (PR #58)
  • Exposed ApolloQueryObservable in the index module (PR #54)
  • Added support for getting loading state from ApolloQueryResult Issue #36 (PR #43)
  • Fixed ApolloQueryObservable incompatibility with Rx.Observable (PR #59)

0.4.1

20 Jul 21:11
Compare
Choose a tag to compare
  • Added ApolloQueryObservable to support Rx.Observable in Angular2Apollo.watchQuery method (PR #52)
  • Added query method to Angular2Apollo service (PR #51)

0.4.0

19 Jul 08:04
Compare
Choose a tag to compare
  • Passing all the options of mutation in Apollo decorator PR #39
  • Added support for apollo-client breaking change that moves methods to query's observable (PR #40)
  • Replaced lodash with subpackages, removed graphql-tag from dependencies, moved apollo-client and @angular/core to peerDependecies (PR #44)
  • Added ApolloQuery interface (PR #45)

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