Note: This is a cumulative changelog that outlines all of the Apollo Link project child package changes that were bundled into a release on a specific day.
- #530 added
apollo-link-http-common
as a dev dependency, when it should have been added as a normal dependency (since it's referenced by the production version ofapollo-link-error
).apollo-link-http-common
has been switched around to be a production dependency.
@hwillson in #891
- Adjusted
.npmignore
settings to make sure all non essential files are excluded when published, for all child packages.
@hwillson in #890
- Expose generics from graphql
ExecutionResult
onFetchResult
.
@rosskevin in #804
- Replace deprecated
Retry
link references withRetryLink
.
@fredericgermain in #555