Releases: fink-lang/js-interop
Releases · fink-lang/js-interop
v3.2.1
3.2.1 (2021-10-23)
Bug Fixes
- pkg: add missing files to pkg (0c5e6e6)
v3.2.0
3.2.0 (2021-10-22)
Features
- runtime: add a hash array mapped trie implementation (78b359e)
- runtime: add a hash array mapped trie implementation (dadf0a0)
v3.1.1
3.1.1 (2021-08-02)
Bug Fixes
- add missing modules to pkg (1076fb1)
v3.1.0
3.1.0 (2021-08-02)
Features
- errors: add error handling support (0fad845)
v3.0.0
3.0.0 (2021-07-15)
Features
- iter: remove iter-block support functions. (20abac0)
BREAKING CHANGES
- iter:
_fold_
, _unfold_
, _map_
, _filter_
, _while_
, _until_
removed in favor of using funcs from std-lib
v2.5.0
2.5.0 (2021-07-09)
Features
- runtime: expose iter helpers (ab1b855)
v2.4.0
2.4.0 (2021-05-19)
Features
- use subpath patterns for exports in package.json (6937ee8)
v2.3.2
2.3.2 (2020-11-16)
Bug Fixes
- runtime: fix ctx passthrough in fold (4533033)
v2.3.1
2.3.1 (2020-11-10)
Bug Fixes
- runtime: return [result, shared-accu] from fold if shared accu is used (93e57b5)
v2.3.0
2.3.0 (2020-11-10)
Features
- runtime: improve handling of initial values for iterables (d1b325d)