UNPKG

1.19 kBMarkdownView Raw
1# CHANGELOG
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-client/blob/master/CHANGELOG.md).
7
8----
9
10### vNext
11
12- Allow `fetch` to be given as a configuration option to ApolloBoost.
13 [Issue #3578](https://github.com/apollographql/apollo-client/issues/3578)
14 [PR #3590](https://github.com/apollographql/apollo-client/pull/3590)
15- The `apollo-boost` `ApolloClient` constructor warns about unsupported options.
16 [PR #3551](https://github.com/apollographql/apollo-client/pull/3551)
17
18### 0.1.10
19
20- No changes.
21
22### 0.1.9
23
24- No changes.
25
26### 0.1.8
27
28- Allow `cache` to be given as a configuration option to `ApolloBoost`.
29 [Issue #3220](https://github.com/apollographql/apollo-client/issues/3220)
30 [PR #3561](https://github.com/apollographql/apollo-client/pull/3561)
31- Allow `headers` and `credentials` to be passed in as configuration
32 parameters to the `apollo-boost` `ApolloClient` constructor.
33 [PR #3098](https://github.com/apollographql/apollo-client/pull/3098)
34
35### 0.1.7
36
37- No public facing functionality changes.
38- Various internal code cleanup, tooling and dependency changes.