Skip to content

Latest commit

History

History
68 lines (44 loc) 路 4.31 KB

CHANGELOG.md

File metadata and controls

68 lines (44 loc) 路 4.31 KB

Change log

vNEXT

v0.4.5

v0.4.4

  • 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)

v0.4.3

  • 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)

v0.4.2

  • 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)

v0.4.1

  • Added ApolloQueryObservable to support Rx.Observable in Angular2Apollo.watchQuery method (PR #52)
  • Added query method to Angular2Apollo service (PR #51)

v0.4.0

  • 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)

v0.3.0

  • 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)

v0.2.0

  • 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)

v0.1.0

  • Added Angular2 RC1 and ApolloClient 0.3.X support (PR #16, PR #17)

v0.0.2

v0.0.1

Initial release. We didn't track changes before this version.