UNPKG

1.59 kBMarkdownView Raw
1# Change log
2
3----
4
5**NOTE:** This changelog is no longer maintained. Changes are now tracked in
6the top level [`CHANGELOG.md`](https://github.com/apollographql/apollo-link/blob/master/CHANGELOG.md).
7
8----
9
10### 1.2.4
11
12- No changes
13
14### 1.2.3
15- Added `graphql` 14 to peer and dev deps; Updated `@types/graphql` to 14 <br/>
16 [@hwillson](http://github.com/hwillson) in [#789](https://github.com/apollographql/apollo-link/pull/789)
17
18### 1.2.2
19- Update apollo-link [#559](https://github.com/apollographql/apollo-link/pull/559)
20- export graphql types and add @types/graphql as a regular dependency [PR#576](https://github.com/apollographql/apollo-link/pull/576)
21- moved @types/node to dev dependencies in package.josn to avoid collisions with other projects. [PR#540](https://github.com/apollographql/apollo-link/pull/540)
22
23### 1.2.1
24- update apollo link with zen-observable-ts to remove import issues [PR#515](https://github.com/apollographql/apollo-link/pull/515)
25
26### 1.2.0
27- Add `fromError` Observable helper
28- change import method of zen-observable for rollup compat
29
30### 1.1.0
31- Expose `#execute` on ApolloLink as static
32
33### 1.0.7
34- Update to graphql@0.12
35
36### 1.0.6
37- update rollup
38
39### 1.0.5
40- fix bug where context wasn't merged when setting it
41
42### 1.0.4
43- export link util helpers
44
45### 1.0.3
46- removed requiring query on initial execution check
47- moved to move efficent rollup build
48
49### 1.0.1, 1.0.2
50<!-- never published as latest -->
51- preleases for dev tool integation
52
53### 0.8.0
54- added support for `extensions` on an operation
55
56### 0.7.0
57- new operation API and start of changelog