- Added support for Ahead of Time compilation (PR #124)
- Added support for ApolloClient
v0.5.X([PR #]) - Added
subscribeToMorefunction (PR) - BREAKING CHANGE No no longer support ApolloClient
v0.4.X - BREAKING CHANGE Removed
Apollodecorator (useAngular2Apolloservice) - BREAKING CHANGE Removed
ApolloQueryPipe(useSelectPipeinstead)
- Added
subscribemethod toAngular2Apolloservice (PR #113) - Added
updateQuerytoApolloQueryObservable(PR #113) - Deprecated
ApolloQueryPipe(useSelectPipeinstead) - Deprecated
Apollodecorator (useAngular2Apolloservice) - BREAKING CHANGE No longer support for ApolloClient v0.3.X
- Moved to Angular 2 final and updated RxJS to the latest version (PR #96)
- 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
SelectPipeand deprecatedApolloQueryPipe(PR #78)
- 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)
- Added
fetchMoresupport (PR #58) - Exposed
ApolloQueryObservablein the index module (PR #54) - Added support for getting
loadingstate from ApolloQueryResult Issue #36 (PR #43) - Fixed
ApolloQueryObservableincompatibility withRx.Observable(PR #59)
- Added
ApolloQueryObservableto supportRx.ObservableinAngular2Apollo.watchQuerymethod (PR #52) - Added
querymethod toAngular2Apolloservice (PR #51)
- Passing all the options of mutation in
Apollodecorator PR #39 - Added support for
apollo-clientbreaking change that moves methods to query's observable (PR #40) - Replaced
lodashwith subpackages, removedgraphql-tagfrom dependencies, movedapollo-clientand@angular/coreto peerDependecies (PR #44) - Added
ApolloQueryinterface (PR #45)
- Added SSR support
- Left
lodashas the only one dependency and@angular/corewithapollo-clientas 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)
- Added polling, refetching and access to unsubscribe method (PR #19)
- Added
forceFetch,returnPartialDataandpollIntervalsupport (PR #19) - Added
errorsandloadingto 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)
Initial release. We didn't track changes before this version.