Skip to content
This repository has been archived by the owner on Aug 30, 2019. It is now read-only.

Releases: fusionjs/fusion-apollo-universal-client

v3.0.0-1

03 Apr 21:13
3b21b45
Compare
Choose a tag to compare
v3.0.0-1 Pre-release
Pre-release

Changelog

No pull requests in this release

v3.0.0-0

20 Mar 17:11
b02fa75
Compare
Choose a tag to compare
v3.0.0-0 Pre-release
Pre-release

Changelog

Highlighted Changes

  • Update to reference fusion-plugin-apollo (#200)

Migration Guide

fusion-plugin-apollo refactor

The 3.0.0 version of fusion-apollo-universal-client requires updating fusion-apollo to fusion-plugin-apollo. You can follow the migration guide
here. In addition we have moved the endpoint token into
the fusion-plugin-apollo package.

-import {ApolloClientEndpointToken} from 'fusion-apollo-universal-client';
+import {GraphQLEndpointToken} from 'fusion-plugin-apollo';

v2.2.0

18 Mar 23:51
34d9c2a
Compare
Choose a tag to compare

Changelog

No pull requests in this release

v2.2.0-0

18 Mar 20:48
Compare
Choose a tag to compare
v2.2.0-0 Pre-release
Pre-release

Changelog

  • Allow to specify local state resolvers (#197)
  • Update dependency eslint to v5.12.1 (#184)

v2.1.0

23 Jan 01:44
Compare
Choose a tag to compare

Changelog

No pull requests in this release

v2.1.0-2

22 Jan 20:41
Compare
Choose a tag to compare
v2.1.0-2 Pre-release
Pre-release

Changelog

No pull requests in this release

v2.1.0-1

16 Jan 22:09
7f75b65
Compare
Choose a tag to compare
v2.1.0-1 Pre-release
Pre-release

Changelog

Highlighted Changes

  • Update dependencies (#189)

v2.1.0-0

16 Jan 18:24
a5a5379
Compare
Choose a tag to compare
v2.1.0-0 Pre-release
Pre-release

Changelog

Highlighted Changes

  • Add token for default options (#185)

Other Changes

  • Set default context to fusion ctx (#187)
  • Add default for graphql endpoint token (#186)
  • Update dependency fusion-core to ^1.10.1 (#175)
  • Fix tests for release verification (#181)

v2.0.1

12 Dec 06:26
18c1269
Compare
Choose a tag to compare

Changelog

No pull requests in this release

v2.0.1-1

29 Nov 19:27
ccba2f5
Compare
Choose a tag to compare
v2.0.1-1 Pre-release
Pre-release

Changelog

Highlighted Changes

  • Fix types for cache token (#176)

Other Changes

  • Upgrade dependencies (#173)