Releases: fink-lang/std-lib
Releases · fink-lang/std-lib
v2.4.0
2.4.0 (2020-06-29)
Bug Fixes
Features
- regex: make regex unicode aware (ed0d01b)
v2.3.1
2.3.1 (2020-06-28)
Bug Fixes
- regex: fix space removal to only include leading and trailing spaces (22c0a0a)
v2.3.0
2.3.0 (2020-06-28)
Features
- regex: remove newline, spaces and comments from regex
rx"..."
expressions. (7e7185a)
v2.2.0
2.2.0 (2020-05-31)
Features
v2.1.0
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
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
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
1.0.0 (2020-05-10)
Features
- std-lib: add prototype std-lib (1f5fa38)