This release updates dependencies on OpenCombine and JavaScriptKit to their 0.13.0 versions.
This is a bugfix release that fixes infinite recursion in the use of JSValueDecoder
.
Merged pull requests:
- Fix infinite recursion in
JSValueDecoder
(#6) via @MaxDesiatov
This release uses upstream OpenCombine 0.12.0 instead of an OpenCombine fork as it did previously.
This release adds compatibility with JavaScriptKit 0.10, which removes generic parameters from the
JSPromise
type.
Merged pull requests:
- Update
JSPromise
publisher for JSKit 0.10 (#4) via @MaxDesiatov
Initial release of OpenCombineJS with JSScheduler
, TopLevelDecoder
implementation on
JSValueDecoder
, and a publisher
property on JSPromise
.