UNPKG

1.79 kBMarkdownView Raw
1# Change log
2
3### vNEXT
4
5### v1.11.0
6
7- Support Angular 10
8
9### v1.10.0
10
11- Bump version ranges for GraphQL and Apollo Link
12
13### v1.9.0
14
15- Fix deep import of graphql `print`
16
17### v1.8.0
18
19- Sync with common@1.8.0
20
21### v1.7.0
22
23- Support Angular 8
24
25### v1.6.0
26
27- Supports file upload (set `useMultipart: true` in operation's context)
28
29### v1.5.0
30
31- Allow to define `uri` through a function [PR #1084](https://github.com/kamilkisiela/apollo-angular/pull/1084)
32
33### v1.4.0
34
35- Angular 7 [PR #913](https://github.com/kamilkisiela/apollo-angular/pull/913)
36
37### v1.3.1
38
39- Bump `apollo-angular-link-http-common` to 1.3.0
40
41### v1.3.0
42
43- Supports `graphql` v14
44
45### v1.2.0
46
47- Uses `ng-packagr`
48
49### v1.1.1
50
51### v1.1.0
52
53- Expose `response: HttpResponse` object in context ([PR #476](https://github.com/kamilkisiela/apollo-angular/pull/476))
54- Adds `sideEffects: false` (webpack) ([PR #580](https://github.com/kamilkisiela/apollo-angular/pull/580))
55- Supports Angular 6 and RxJS 6 ([PR #580](https://github.com/kamilkisiela/apollo-angular/pull/580))
56
57### v1.0.3
58
59- Fix return type of `request` method ([PR #570](https://github.com/kamilkisiela/apollo-angular/pull/570))
60
61### v1.0.2
62
63- Update `graphql` dependency to `^0.12.3`
64- Allow not to send query
65 ([PR #416](https://github.com/kamilkisiela/apollo-angular/pull/416))
66- Use same options in both, context and global
67 ([PR #416](https://github.com/kamilkisiela/apollo-angular/pull/416))
68
69### v1.0.1
70
71- Serialize variables and extensions when using params
72 ([PR #402](https://github.com/kamilkisiela/apollo-angular/pull/402))
73- Replace `Array.includes` with `Array.indexOf`. Many browsers does not support
74 it. ([PR #410](https://github.com/kamilkisiela/apollo-angular/pull/410))
75
76### v1.0.0
77
78Initial release. We didn't track changes before this version.