Releases: kamilkisiela/apollo-angular
Releases · kamilkisiela/apollo-angular
0.3.0
0.2.0
- Added polling, refetching and access to unsubscribe method (PR #19)
- Added
forceFetch
,returnPartialData
andpollInterval
support (PR #19) - Added
errors
andloading
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
0.0.2
First version
Merge pull request #7 from kamilkisiela/example refactor(hello-world): working example