apollo-link-ws
Advanced tools
Changelog
apollo-link-dedup 1.0.18
next
and/or error
calls might have already deleted the
key the new dedupe changes were intended to help with. <br/>
@JoviDeCroock in #988Changelog
apollo-link-dedup 1.0.17
DedupLink
shared observable returning
cleanup logic that unsubscribes from the real observable, without
checking whether only one of the many (shared) subscribers are
unsubscribing. This caused problems when using DedupLink
in front of
HttpLink
, as this lead to HttpLink
aborting HTTP requests while some
callers were still waiting for a response. <br/>
@ms in #984Remove the docs CI step. <br/> @JoviDeCroock in #938
Enable tree-shaking in Webpack. <br/> @JoviDeCroock in #967
Import tslib
helpers like __extends
and __rest
from a shared external package, rather than inlining them. <br/>
@benjamn in #959
Shrink apollo-link
and apollo-link-http-common
packages using ts-invariant
and rollup-plugin-invariant
. <br/>
@benjamn in #969
Add .rpt2_cache
to all packages/*/.npmignore
files. <br/>
@benjamn in #972