Releases: kamilkisiela/apollo-angular
Releases · kamilkisiela/apollo-angular
0.9.0-rc.3
- 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
- Support
apollo-client@0.6.0
and apollo-client-rxjs@0.3.0
0.9.0-rc.1
- 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
- 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
- Added support for Ahead of Time compilation (PR #124)
0.6.0
- 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
- 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
- Moved to Angular 2 final and updated RxJS to the latest version (PR #96)