Releases: the-guild-org/apollo-angular
Releases · the-guild-org/apollo-angular
0.4.3
16 Aug 18:30
Compare
Sorry, something went wrong.
No results found
Added ApolloModule (with RC5 of Angular2 comes NgModules) (PR #63 )
Added ability to use query variables as observables. With this, the query can be automatically re-run when those obserables emit new values. (PR #64 )
0.4.2
12 Aug 19:07
Compare
Sorry, something went wrong.
No results found
Added fetchMore support (PR #58 )
Exposed ApolloQueryObservable in the index module (PR #54 )
Added support for getting loading state from ApolloQueryResult Issue #36 (PR #43 )
Fixed ApolloQueryObservable incompatibility with Rx.Observable (PR #59 )
0.4.1
20 Jul 21:11
Compare
Sorry, something went wrong.
No results found
Added ApolloQueryObservable to support Rx.Observable in Angular2Apollo.watchQuery method (PR #52 )
Added query method to Angular2Apollo service (PR #51 )
0.4.0
19 Jul 08:04
Compare
Sorry, something went wrong.
No results found
Passing all the options of mutation in Apollo decorator PR #39
Added support for apollo-client breaking change that moves methods to query's observable (PR #40 )
Replaced lodash with subpackages, removed graphql-tag from dependencies, moved apollo-client and @angular/core to peerDependecies (PR #44 )
Added ApolloQuery interface (PR #45 )
0.3.0
28 Jun 17:06
Compare
Sorry, something went wrong.
No results found
Added SSR support
Left lodash as the only one dependency and @angular/core with apollo-client as peerDependecies (PR #29 )
Fixed missing data in reused component (PR #30 )
Fixed overwriting query data with the same value on every poll interval (PR #34 )
0.2.0
20 Jun 18:09
Compare
Sorry, something went wrong.
No results found
Added polling, refetching and access to unsubscribe method (PR #19 )
Added forceFetch, returnPartialData and pollInterval support (PR #19 )
Added errors and loading to the query's result object (PR #19 )
Added both results from decorator and service support for ApolloQueryPipe (PR #27 )
Fixed issue with not setting a query with not defined variables (PR #19 )
0.1.0
20 Jun 18:09
Compare
Sorry, something went wrong.
No results found
Added Angular2 RC1 and ApolloClient 0.3.X support (PR #16 , PR #17 )
0.0.2
20 Jun 18:09
Compare
Sorry, something went wrong.
No results found
First version
19 Apr 15:37
Compare
Sorry, something went wrong.
No results found
Merge pull request #7 from kamilkisiela/example
refactor(hello-world): working example