Skip to content

Latest commit

 

History

History
52 lines (34 loc) · 2.14 KB

CHANGELOG.md

File metadata and controls

52 lines (34 loc) · 2.14 KB

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.

2018-12-14

apollo-link-error 1.1.5

  • #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 of apollo-link-error). apollo-link-http-common has been switched around to be a production dependency.
    @hwillson in #891

General

  • Adjusted .npmignore settings to make sure all non essential files are excluded when published, for all child packages.
    @hwillson in #890

2018-12-13

apollo-link 1.2.5

  • Expose generics from graphql ExecutionResult on FetchResult.
    @rosskevin in #804

apollo-link-batch 1.1.6

  • Move the setting of the raw response in the context to apollo-link-batch-http.
    @03eltond in #814

apollo-link-batch-http 1.2.5

  • Make the raw response available in the context.
    @03eltond in #814

apollo-link-error 1.1.3

  • Changed networkError type to union type Error | ServerError | ServerParseError.
    @ikhoon in #530

apollo-link-http-common 0.2.7

  • Set an error name on errors being thrown.
    @ikhoon in #530

Docs