- Added support for Ahead of Time compilation (PR #124)
- Added support for ApolloClient
v0.5.X
([PR #]) - Added
subscribeToMore
function (PR) - BREAKING CHANGE No no longer support ApolloClient
v0.4.X
- BREAKING CHANGE Removed
Apollo
decorator (useAngular2Apollo
service) - BREAKING CHANGE Removed
ApolloQueryPipe
(useSelectPipe
instead)
- Added
subscribe
method toAngular2Apollo
service (PR #113) - Added
updateQuery
toApolloQueryObservable
(PR #113) - Deprecated
ApolloQueryPipe
(useSelectPipe
instead) - Deprecated
Apollo
decorator (useAngular2Apollo
service) - 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
SelectPipe
and 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
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 withRx.Observable
(PR #59)
- Added
ApolloQueryObservable
to supportRx.Observable
inAngular2Apollo.watchQuery
method (PR #52) - Added
query
method toAngular2Apollo
service (PR #51)
- 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, removedgraphql-tag
from dependencies, movedapollo-client
and@angular/core
to peerDependecies (PR #44) - Added
ApolloQuery
interface (PR #45)
- Added SSR support
- Left
lodash
as the only one dependency and@angular/core
withapollo-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)
- 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)
Initial release. We didn't track changes before this version.