Skip to content

Releases: kamilkisiela/apollo-angular

0.9.0-rc.1

03 Jan 11:36
Compare
Choose a tag to compare
0.9.0-rc.1 Pre-release
Pre-release
  • Support es6 modules and tree-shaking (PR #151)
  • Make our Ahead-of-Time compilation compatible with Angular 2.3+ (PR #189, PR #195)
  • Added getClient() that exposes an instance of ApolloClient (PR #203)
  • BREAKING CHANGE The way to provide an instance of ApolloClient has changed, see how

0.8.0

10 Nov 11:47
Compare
Choose a tag to compare
  • Made mutate() and query() methods to return Observable instead of Promise (PR #140)
  • Use types of options (for watchQuery, query, mutate) (
    PR #145,
    PR #146,
    PR #148
    )

0.7.0

01 Nov 10:05
Compare
Choose a tag to compare
  • Added support for Ahead of Time compilation (PR #124)

0.6.0

27 Oct 16:54
Compare
Choose a tag to compare
  • Added support for ApolloClient v0.5.X
  • Added subscribeToMore function (PR)
  • BREAKING CHANGE No no longer support ApolloClient v0.4.X
  • BREAKING CHANGE Removed Apollo decorator (use Angular2Apollo service)
  • BREAKING CHANGE Removed ApolloQueryPipe (use SelectPipe instead)

0.5.0

04 Oct 14:28
Compare
Choose a tag to compare
  • Added subscribe method to Angular2Apollo service (PR #113)
  • Added updateQuery to ApolloQueryObservable (PR #113)
  • Deprecated ApolloQueryPipe (use SelectPipe instead)
  • Deprecated Apollo decorator (use Angular2Apollo service)
  • BREAKING CHANGE No longer support for ApolloClient v0.3.X

0.4.6

15 Sep 05:20
Compare
Choose a tag to compare
  • Moved to Angular 2 final and updated RxJS to the latest version (PR #96)

0.4.5

07 Sep 23:16
Compare
Choose a tag to compare

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)