Releases: jeddeloh/rescript-apollo-client
Releases · jeddeloh/rescript-apollo-client
v5.0.0
What's Changed
- Migrate subscription link to graphql-ws by @Schuleboogie in #167
New Contributors
- @Schuleboogie made their first contribution in #167
Full Changelog: v4.0.0...v5.0.0
v4.0.0
Features
- Support for Rescript 11 (#160 @illusionalsagacity)
- Directly create options records (#154 @illusionalsagacity)
Breaking Changes
- Minimum Rescript version is now 10
Bug Fixes
- Infinite loop when calling
stopon the client (#165 @illusionalsagacity)
v3.2.0
Features
- Adds peer dependency support for
rescriptdependency (#150 Thanks @illusionalsagacity !) - Updated examples for
rescriptv10.1 (#150 Thanks @illusionalsagacity !)
v3.1.0
v3.0.0
Upgrades @apollo/client peerDependency to 3.5.0+
Features
- Added
DataProxy.updateFragmentmethod #138 - Added
DataProxy.updateQuerymethod #138 - Added
MutationResult.resetmethod #138
Breaking Changes
@apollo/clientpeerDependency to 3.5.0+useLazyQueryexecute function returns a Promise with query result #138