apollo-angular-link-headers
Version:
An Apollo Link to easily transform headers from being a key-value object to an instance of HttpHeaders. Great combination with apollo-angular-link-http.
33 lines (17 loc) • 575 B
Markdown
# Change log
### vNext
### v1.9.0
- Support Angular 10
### v1.5.0
- Bump version ranges for GraphQL and Apollo Link
### v1.4.0
- Support Angular 8
### v1.3.0
- Angular 7 [PR #913](https://github.com/kamilkisiela/apollo-angular/pull/913)
### v1.2.0
* Uses `ng-packagr`
### v1.1.0
* Adds `sideEffects: false` (webpack) ([PR #580](https://github.com/kamilkisiela/apollo-angular/pull/580))
* Supports Angular 6 and RxJS 6 ([PR #580](https://github.com/kamilkisiela/apollo-angular/pull/580))
### v1.0.0
Initial release. We didn't track changes before this version.