UNPKG

1.1 kBMarkdownView Raw
1# apollo-fetch change log
2
3## next
4
5## 0.7.0
6
7- Switch to `cross-fetch` for react native functionality [PR #71](https://github.com/apollographql/apollo-fetch/pull/71)
8- Change log moved into the published package. [PR #16](https://github.com/apollographql/apollo-fetch/pull/16)
9
10## 0.6.0
11
12- Added support for UMD and ES2015 modules for tree-shaking. [PR #9](https://github.com/apollographql/apollo-fetch/pull/9)
13
14## 0.5.2
15
16- Reverted v0.5.1.
17
18## 0.5.1
19
20- Fixed the build.
21
22## 0.5.0
23
24- Export all TypeScript types. [PR #13](https://github.com/apollographql/apollo-fetch/pull/13)
25
26## 0.4.0
27
28- Converted the repository to a [Lerna](https://github.com/lerna/lerna) project. [PR #10](https://github.com/apollographql/apollo-fetch/pull/10)
29- Support batched requests. [PR #10](https://github.com/apollographql/apollo-fetch/pull/10)
30
31## 0.3.0
32
33- Changed the middleware and afterware to accept functions instead of objects. `use` and `useAfter` now only accept a single middleware or afterware.
34
35## 0.2.0
36
37- Added an `apolloFetch` alias for a default call to `createApolloFetch`.
38
39## 0.1.0
40
41- Initial release.