Skip to content

Releases: jeddeloh/rescript-apollo-client

v5.0.0

13 Jun 18:12

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v4.0.0...v5.0.0

v4.0.0

05 Nov 02:10
eb8ac5d

Choose a tag to compare

Features

Breaking Changes

  • Minimum Rescript version is now 10

Bug Fixes

v3.2.0

03 Feb 02:33

Choose a tag to compare

Features

v3.1.0

25 Apr 02:14

Choose a tag to compare

Features

  • Implement FieldMerge and FieldMergeFunction types #144

v3.0.0

21 Jan 18:58

Choose a tag to compare

Upgrades @apollo/client peerDependency to 3.5.0+

Features

  • Added DataProxy.updateFragment method #138
  • Added DataProxy.updateQuery method #138
  • Added MutationResult.reset method #138

Breaking Changes

  • @apollo/client peerDependency to 3.5.0+
  • useLazyQuery execute function returns a Promise with query result #138

v2.4.1

23 Dec 16:03

Choose a tag to compare

Bug Fixes

  • Compatibility with @apollo/client ^2.5.0 #134
  • Inaccurate type on OperationDefinitionNode #136

v2.4.0

17 Dec 03:15

Choose a tag to compare

Features

  • Add pollInterval option to ApolloClient.watchQuery #132

v2.3.0

01 Dec 15:10

Choose a tag to compare

Features

  • Add support for MockedProvider: #129

v2.2.0

20 Sep 13:41

Choose a tag to compare

Features

  • Added extract method on ApolloClient.t

v2.1.3

14 Sep 03:48

Choose a tag to compare

Bug Fixes

  • Data used in onComplete parameter of useMutation is now properly parsed