Skip to content

Commit f1f1799

Browse files
committed
Update CHANGELOG.md for 0.1.2 release
1 parent c24a405 commit f1f1799

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
# 0.1.2 (22 November 2021)
2+
3+
This is a bugfix release that fixes infinite recursion in the use of `JSValueDecoder`.
4+
5+
**Merged pull requests:**
6+
7+
- Fix infinite recursion in `JSValueDecoder` ([#6](https://github.com/swiftwasm/OpenCombineJS/pull/6)) via [@MaxDesiatov](https://github.com/MaxDesiatov)
8+
19
# 0.1.1 (22 January 2021)
210

311
This release uses upstream OpenCombine 0.12.0 instead of an OpenCombine fork as it did previously.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ APIs. Currently it provides:
1111
[`throttle`](<https://developer.apple.com/documentation/combine/publisher/throttle(for:scheduler:latest:)>),
1212
and
1313
[`timeout`](<https://developer.apple.com/documentation/combine/publisher/timeout(_:scheduler:options:customerror:)>)
14-
in a browser environment.
14+
in the browser environment.
1515
- A [`TopLevelDecoder`](https://developer.apple.com/documentation/combine/topleveldecoder)
1616
implementation on [`JSValueDecoder`](https://swiftwasm.github.io/JavaScriptKit/JSValueDecoder/).
1717
- A `publisher` property on [`JSPromise`](https://swiftwasm.github.io/JavaScriptKit/JSPromise/),

0 commit comments

Comments
 (0)