Skip to content

Releases: kamilkisiela/apollo-angular

0.13.1

31 Aug 08:19
Compare
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
Compare
Choose a tag to compare
  • Run subscribe, mutate and query within a Zone (PR #297)

0.12.0

15 Mar 22:06
Compare
Choose a tag to compare

0.11.0

05 Feb 11:41
Compare
Choose a tag to compare
  • Remove DeprecatedWatchQueryOptions and use WatchQueryOptions (PR #274)

After updating to ([email protected])

  • 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
Compare
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
Compare
Choose a tag to compare

0.9.0-rc.6

24 Jan 13:52
Compare
Choose a tag to compare
0.9.0-rc.6 Pre-release
Pre-release

0.9.0-rc.5

12 Jan 17:39
Compare
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
Compare
Choose a tag to compare
0.9.0-rc.4 Pre-release
Pre-release

Same as 0.9.0-rc.3

0.9.0-rc.3

11 Jan 15:52
Compare
Choose a tag to compare
0.9.0-rc.3 Pre-release
Pre-release