UNPKG

1.09 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.1.2
11
12- No changes
13
14### 1.1.1
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.1.0
19- Update apollo-link [#559](https://github.com/apollographql/apollo-link/pull/559)
20- allow context to be a function that accept an operation and returns a context for the resolvers [PR#363](https://github.com/apollographql/apollo-link/pull/363)
21
22### 1.0.6
23- update apollo link with zen-observable-ts [PR#515](https://github.com/apollographql/apollo-link/pull/515)
24
25### 1.0.5
26- Include sourcemap in bundle
27
28### 1.0.4
29- ApolloLink upgrade
30
31### 1.0.3
32- ApolloLink upgrade
33
34### 1.0.2
35- handle synchronous result of `execute` **Fixes #351**
36
37### 1.0.1
38- export options as named interface [TypeScript]
39
40### 1.0.0
41- support mocking
42- support server rendering