Skip to content

Releases: fink-lang/std-lib

v2.4.0

29 Jun 07:58
ff0849e
Compare
Choose a tag to compare

2.4.0 (2020-06-29)

Bug Fixes

Features

  • regex: make regex unicode aware (ed0d01b)

v2.3.1

28 Jun 11:41
3606292
Compare
Choose a tag to compare

2.3.1 (2020-06-28)

Bug Fixes

  • regex: fix space removal to only include leading and trailing spaces (22c0a0a)

v2.3.0

28 Jun 10:51
1d1c961
Compare
Choose a tag to compare

2.3.0 (2020-06-28)

Features

  • regex: remove newline, spaces and comments from regex rx"..." expressions. (7e7185a)

v2.2.0

31 May 17:27
6e29ddd
Compare
Choose a tag to compare

2.2.0 (2020-05-31)

Features

v2.1.0

27 May 07:54
7e8bd54
Compare
Choose a tag to compare

2.1.0 (2020-05-27)

Features

  • async: add async module (603a0e8)
  • iter: add take, drop, slice funcs (f92b9ad)
  • math: add clamp min, val, max func (1e9c6f0)
  • str: add codecs (a57584d)

v2.0.0

21 May 16:51
0bb9953
Compare
Choose a tag to compare

2.0.0 (2020-05-21)

Features

  • regex: add regex module (2816336)
  • str: remove obsolete regex funcs (9baa18c)

BREAKING CHANGES

  • str: regex funcs moved to regex module

v1.1.0

21 May 10:04
df0d4b1
Compare
Choose a tag to compare

1.1.0 (2020-05-21)

Features

  • num: add base_n func to convert numbers to string with given base (2456e52)
  • obj: add obj_has for testing keys in objects (44f1225)
  • stack-trace: add stack-trace module (7284c2f)

v1.0.0

10 May 15:24
cefce62
Compare
Choose a tag to compare

1.0.0 (2020-05-10)

Features

  • std-lib: add prototype std-lib (1f5fa38)