mirror of
https://github.com/CamHenlin/MessagesForMacintosh.git
synced 2024-11-29 08:49:40 +00:00
32 lines
908 B
Markdown
32 lines
908 B
Markdown
|
# Change log
|
||
|
|
||
|
----
|
||
|
|
||
|
**NOTE:** This changelog is no longer maintained. Changes are now tracked in
|
||
|
the top level [`CHANGELOG.md`](https://github.com/apollographql/apollo-link/blob/master/CHANGELOG.md).
|
||
|
|
||
|
----
|
||
|
|
||
|
### 0.2.6
|
||
|
|
||
|
- No changes
|
||
|
|
||
|
### 0.2.5
|
||
|
- Added `graphql` 14 to peer and dev deps; Updated `@types/graphql` to 14 <br/>
|
||
|
[@hwillson](http://github.com/hwillson) in [#789](https://github.com/apollographql/apollo-link/pull/789)
|
||
|
|
||
|
### 0.2.4
|
||
|
- Update apollo-link [#559](https://github.com/apollographql/apollo-link/pull/559)
|
||
|
|
||
|
### v0.2.3
|
||
|
- correct the warning message on no fetch found to node-fetch[PR#526](https://github.com/apollographql/apollo-link/pull/526)
|
||
|
|
||
|
### v0.2.2
|
||
|
- update apollo link with zen-observable-ts [PR#515](https://github.com/apollographql/apollo-link/pull/515)
|
||
|
|
||
|
### v0.2.1
|
||
|
- Apollo link upgrade
|
||
|
|
||
|
### v0.2.0
|
||
|
- rename serializeFetchBody to serializeFetchParameter and take a label argument
|