- Supports Angular 6 and RxJS 6 (PR #580)
- Introduces
apollo-angular/testing
tools (PR #592) - Introduces
APOLLO_OPTIONS
token. Allows to create Apollo using Dependency Injection (PR #607) - Adds
sideEffects: false
(webpack) (PR #580) - Introduces
ExtraSubscriptionOptions
. Allows to runApollo.subscribe
outside
the Zone (PR #488)