Skip to content

Releases: fink-lang/std-lib

v8.6.0

12 Aug 09:58
bccf539
Compare
Choose a tag to compare

8.6.0 (2021-08-12)

Features

  • deps: upgrade to latest loxia for improved JS compilation (ae148b0)

v8.5.0

12 Jul 17:56
784a13a
Compare
Choose a tag to compare

8.5.0 (2021-07-12)

Features

  • iter: add shared context injector, fix ctx pass through (1b5f3db)

v8.4.0

12 Jul 15:17
c593ed8
Compare
Choose a tag to compare

8.4.0 (2021-07-12)

Features

  • iter: add support for initial shared accu for fold_ac (f39e0dc)

v8.3.0

10 Jul 18:48
049ed53
Compare
Choose a tag to compare

8.3.0 (2021-07-10)

Bug Fixes

  • use iter funcs from std-lib, fix flatten (12cad22)

Features

  • iter: remove experimental until in favour of just using while (a91a899)

v8.2.0

09 Jul 12:54
82bbad1
Compare
Choose a tag to compare

8.2.0 (2021-07-09)

Features

  • iter: add experimental fold, unfold, map, filter, while, until impl. (668bf8a)

v8.1.1

28 Jun 09:01
47eb3b8
Compare
Choose a tag to compare

8.1.1 (2021-06-28)

Bug Fixes

  • using setTimeout from globals object explicitly (f5971c4)

v8.1.0

19 May 11:07
5793741
Compare
Choose a tag to compare

8.1.0 (2021-05-19)

Features

  • use subpath patterns for exports in package.json (987b3bd)

v8.0.1

02 Dec 07:09
989c4b2
Compare
Choose a tag to compare

8.0.1 (2020-12-02)

Bug Fixes

  • upgrade loxia to fix nullish checks (e461533)

v8.0.0

01 Dec 14:52
a034943
Compare
Choose a tag to compare

8.0.0 (2020-12-01)

Features

  • rec: move obj to rec and remove redundant funcs, add is_rec func (5d381fb)
  • regex: add rx_to_str func, add support for nesting rx in templates (5d497a1)

BREAKING CHANGES

  • rec: removed obj.fnk module in favour of rec.fnk

v7.0.1

10 Nov 14:18
3e44c80
Compare
Choose a tag to compare

7.0.1 (2020-11-10)

Bug Fixes

  • deps: upgrade runtime and compiler to improve accu handling (139267e)