Releases: the-guild-org/apollo-angular
Releases · the-guild-org/apollo-angular
0.9.0-rc.3
11 Jan 15:52
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
Support apollo-client@0.6.0 and apollo-client-rxjs@0.3.0
0.9.0-rc.1
03 Jan 11:36
Compare
Sorry, something went wrong.
No results found
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
Sorry, something went wrong.
No results found
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
Sorry, something went wrong.
No results found
Added support for Ahead of Time compilation (PR #124 )
0.6.0
27 Oct 16:54
Compare
Sorry, something went wrong.
No results found
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
Sorry, something went wrong.
No results found
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
Sorry, something went wrong.
No results found
Moved to Angular 2 final and updated RxJS to the latest version (PR #96 )
0.4.5
07 Sep 23:16
Compare
Sorry, something went wrong.
No results found
0.4.4
24 Aug 18:54
Compare
Sorry, something went wrong.
No results found
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 )