Skip to content

Releases: the-guild-org/apollo-angular

0.9.0-rc.3

11 Jan 15:52

Choose a tag to compare

0.9.0-rc.3 Pre-release
Pre-release
  • Support tree-shaking for apollo-client and apollo-client-rxjs (PR #206)
  • Support apollo-client@0.7.0 (PR #206)

0.9.0-rc.2

11 Jan 15:52

Choose a tag to compare

0.9.0-rc.2 Pre-release
Pre-release
  • Support apollo-client@0.6.0 and apollo-client-rxjs@0.3.0

0.9.0-rc.1

03 Jan 11:36

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

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

Choose a tag to compare

  • Added support for Ahead of Time compilation (PR #124)

0.6.0

27 Oct 16:54

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

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

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

Choose a tag to compare

0.4.4

24 Aug 18:54

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)