Skip to content

Releases: jeddeloh/rescript-apollo-client

v4.0.0

05 Nov 02:10
eb8ac5d
Compare
Choose a tag to compare

Features

Breaking Changes

  • Minimum Rescript version is now 10

Bug Fixes

v3.2.0

03 Feb 02:33
Compare
Choose a tag to compare

Features

v3.1.0

25 Apr 02:14
Compare
Choose a tag to compare

Features

  • Implement FieldMerge and FieldMergeFunction types #144

v3.0.0

21 Jan 18:58
Compare
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
Compare
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
Compare
Choose a tag to compare

Features

  • Add pollInterval option to ApolloClient.watchQuery #132

v2.3.0

01 Dec 15:10
Compare
Choose a tag to compare

Features

  • Add support for MockedProvider: #129

v2.2.0

20 Sep 13:41
Compare
Choose a tag to compare

Features

  • Added extract method on ApolloClient.t

v2.1.3

14 Sep 03:48
Compare
Choose a tag to compare

Bug Fixes

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

v2.1.2

01 Sep 13:40
Compare
Choose a tag to compare

Bug Fixes

  • Missing nextFetchPolicy on WatchQueryOptions