Skip to content

Commit 35de86b

Browse files
author
parkerziegler
committed
Prepare v3.4.0 release.
1 parent 6d9365d commit 35de86b

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,21 @@ 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
9+
10+
This release adds bindings for two additional ecosystem exchanges:
11+
12+
- [`@urql/exchange-persisted-fetch`](https://github.com/FormidableLabs/urql/tree/main/exchanges/persisted-fetch)
13+
- [`@urql/exchange-refocus`](https://github.com/FormidableLabs/urql/tree/main/exchanges/refocus)
14+
15+
### Added
16+
17+
- Bindings for `@urql/exchange-persisted-fetch` and `@urql/exchange-refocus` were added. Consumers of `reason-urql` will need to install `@urql/exchange-persisted-fetch` to call `Client.Exchanges.persistedFetchExchange` and `@urql/exchange-refocus` to call `Client.Exchanges.refocusExchange`. PR by @parkerziegler [here](https://github.com/FormidableLabs/reason-urql/pull/251).
18+
19+
### Diff
20+
21+
https://github.com/FormidableLabs/reason-urql/compare/v3.3.0...v3.4.0
22+
823
## [3.3.0] - 2020-01-05
924

1025
This release adds bindings for two additional ecosystem exchanges:

0 commit comments

Comments
 (0)