Skip to content

@urql/rescript

Latest
Compare
Choose a tag to compare
@parkerziegler parkerziegler released this 27 Mar 20:24
· 23 commits to main since this release
8936280

This release adds support for several major version upgrades of dependencies, including:

  • Support for urql@2.0.0.
  • Support for @rescript/react. reason-react is no longer supported moving forward.
  • Support for bs-platform@9.0.0.

This release also includes a name change. This package will now be published under the @urql scope as @urql/rescript. To install it, run:

yarn add @urql/rescript

Changed

  • reason-urql is now available as @urql/rescript. PR by @parkerziegler here.
  • @urql/rescript is now compatible with urql@2.0.0, bs-platform@9.0.0, and @rescript/react. You must upgrade to @rescript/react from reason-react to use v4.0.0. PR by @parkerziegler here.
  • The pollInterval API was removed from all hooks and Client methods, in accordance with the upstream deprecation of this API in urql@2.0.0. PR by @parkerziegler here. More information on this deprecation can be found in the urql CHANGELOG.

Diff

v3.4.0...v4.0.0