apollo-link-dedup
Version:
Deduplicates queries that are currently on the wire
49 lines (32 loc) • 1.27 kB
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).
----
### 1.0.11
- No changes
### 1.0.10
- 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)
### 1.0.9
- Update apollo-link [#559](https://github.com/apollographql/apollo-link/pull/559)
### 1.0.8
- update apollo link with zen-observable-ts [PR#515](https://github.com/apollographql/apollo-link/pull/515)
### 1.0.7
- ApolloLink upgrade
### 1.0.6
- ApolloLink upgrade
### 1.0.5
- ApolloLink upgrade
### 1.0.4
- update rollup build
### 1.0.3
- changed peer-dependency of apollo-link to actual dependency
### 1.0.2
- fixed bug where next observable subscription was not deduplicated
- moved to better rollup build
### 1.0.1 [Unpublished]
<!-- This build had a nasty but that was caught by the apollo client test suite -->
- fixed bug where next observable subscription was not deduplicated
### 1.0.0
- moved from default export to named to be consistent with rest of link ecosystem