Skip to content

Releases: the-guild-org/apollo-angular

0.13.2

24 Oct 16:53

Choose a tag to compare

  • Use InjectionToken, instead of deprecated OpaqueToken (PR #358)
  • Expose ClientMap, ClientMapWrapper, ClientWrapper (PR #360)
  • Allow to install the library directly from git (NPM v5+ required) (PR #362)
  • Fix AoT issue in Angular 5 (added InjectDecorator on ClientMap in Apollo) (PR #365)

0.13.1

31 Aug 08:19

Choose a tag to compare

  • Update dependencies (PR #347)
  • Potential breaking change: Run a GraphQL Operation on subscribe, applies to mutate() and query() (PR #304)

0.13.0

12 Apr 08:32

Choose a tag to compare

  • Run subscribe, mutate and query within a Zone (PR #297)

0.12.0

15 Mar 22:06

Choose a tag to compare

  • Support apollo-client@1.0.0-rc.2 (PR #290)
  • Support jsnext:main (PR #277)

0.11.0

05 Feb 11:41

Choose a tag to compare

  • Remove DeprecatedWatchQueryOptions and use WatchQueryOptions (PR #274)

After updating to (apollo-client-rxjs@0.5.0)

  • Add result(), currentResult(), variables, setOptions, setVariables to ApolloQueryObservable
  • BREAKING CHANGE: ApolloQueryObservable shares now a generic type with ApolloQueryResult

Before:

class AppComponent {
  users: ApolloQueryObservable<ApolloQueryResult<{}>>;
}

Now:

class AppComponent {
  users: ApolloQueryObservable<{}>;
}

Behaves the same as the ObservableQuery of apollo-client.

0.10.0

30 Jan 02:38

Choose a tag to compare

  • BRAKING CHANGE Change name of the service to Apollo, instead of Angular2Apollo (PR #262)
  • Introduce multiple clients (PR #263)

0.9.0

25 Jan 06:06

Choose a tag to compare

  • Support apollo-client@0.8.0 (PR #206)
  • Support es6 modules and tree-shaking (PR #151, PR #206)
  • 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.9.0-rc.6

24 Jan 13:52

Choose a tag to compare

0.9.0-rc.6 Pre-release
Pre-release

0.9.0-rc.5

12 Jan 17:39

Choose a tag to compare

0.9.0-rc.5 Pre-release
Pre-release

Same as 0.9.0-rc.4

0.9.0-rc.4

12 Jan 17:39

Choose a tag to compare

0.9.0-rc.4 Pre-release
Pre-release

Same as 0.9.0-rc.3