Skip to content

Commit e07ff67

Browse files
author
parkerziegler
committed
Prepare v4.0.0 release.
1 parent fc2f5eb commit e07ff67

File tree

1 file changed

+26
-2
lines changed

1 file changed

+26
-2
lines changed

CHANGELOG.md

Lines changed: 26 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,31 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8-
## [3.4.0] - 2020-01-18
8+
## [4.0.0] - 2021-03-21
9+
10+
This release adds support for several major version upgrades of dependencies, including:
11+
12+
- Support for `[email protected]`.
13+
- Support for `@rescript/react`. `reason-react` is no longer supported moving forward.
14+
- Support for `[email protected]`.
15+
16+
This release also includes a name change. This package will now be published under the `@urql` scope as `@urql/rescript`. To install it, run:
17+
18+
```sh
19+
yarn add @urql/rescript
20+
```
21+
22+
### Changed
23+
24+
- `reason-urql` is now available as `@urql/rescript`. PR by @parkerziegler [here]().
25+
- `@urql/rescript` is now compatible with `[email protected]`, `[email protected]`, and `@rescript/react`. You must upgrade to `@rescript/react` from `reason-react` to use v4.0.0. PR by @parkerziegler [here](https://github.com/FormidableLabs/reason-urql/pull/254).
26+
- The `pollInterval` API was removed from all hooks and Client methods, in accordance with the upstream deprecation of this API in `[email protected]`. PR by @parkerziegler [here](https://github.com/FormidableLabs/reason-urql/pull/254). More information on this deprecation can be found in [the `urql` CHANGELOG](https://github.com/FormidableLabs/urql/releases/tag/urql%402.0.0).
27+
28+
### Diff
29+
30+
https://github.com/FormidableLabs/reason-urql/compare/v3.4.0...v4.0.0
31+
32+
## [3.4.0] - 2021-01-18
933

1034
This release adds bindings for two additional ecosystem exchanges:
1135

@@ -20,7 +44,7 @@ This release adds bindings for two additional ecosystem exchanges:
2044

2145
https://github.com/FormidableLabs/reason-urql/compare/v3.3.0...v3.4.0
2246

23-
## [3.3.0] - 2020-01-05
47+
## [3.3.0] - 2021-01-05
2448

2549
This release adds bindings for two additional ecosystem exchanges:
2650

0 commit comments

Comments
 (0)