Skip to content

Releases: fink-lang/js-interop

v3.2.1

23 Oct 09:36
b8bfe4f
Compare
Choose a tag to compare

3.2.1 (2021-10-23)

Bug Fixes

  • pkg: add missing files to pkg (0c5e6e6)

v3.2.0

22 Oct 18:49
6d80a14
Compare
Choose a tag to compare

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

02 Aug 17:59
6c25079
Compare
Choose a tag to compare

3.1.1 (2021-08-02)

Bug Fixes

  • add missing modules to pkg (1076fb1)

v3.1.0

02 Aug 15:07
8f93589
Compare
Choose a tag to compare

3.1.0 (2021-08-02)

Features

  • errors: add error handling support (0fad845)

v3.0.0

15 Jul 15:09
e36a704
Compare
Choose a tag to compare

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

09 Jul 11:48
b429eb3
Compare
Choose a tag to compare

2.5.0 (2021-07-09)

Features

  • runtime: expose iter helpers (ab1b855)

v2.4.0

19 May 10:59
bcaf863
Compare
Choose a tag to compare

2.4.0 (2021-05-19)

Features

  • use subpath patterns for exports in package.json (6937ee8)

v2.3.2

16 Nov 19:00
a8df6a8
Compare
Choose a tag to compare

2.3.2 (2020-11-16)

Bug Fixes

  • runtime: fix ctx passthrough in fold (4533033)

v2.3.1

10 Nov 12:50
6a7a6d5
Compare
Choose a tag to compare

2.3.1 (2020-11-10)

Bug Fixes

  • runtime: return [result, shared-accu] from fold if shared accu is used (93e57b5)

v2.3.0

10 Nov 08:57
07e8166
Compare
Choose a tag to compare

2.3.0 (2020-11-10)

Features

  • runtime: improve handling of initial values for iterables (d1b325d)