Releases: fink-lang/larix
Releases · fink-lang/larix
v4.5.2
4.5.2 (2020-03-26)
Bug Fixes
- string,regex: fix escape handling in strings and regex (deab803)
v4.5.1
4.5.1 (2020-03-24)
Bug Fixes
- strings: fix string indentation (128be31)
v4.5.0
4.5.0 (2020-03-24)
Features
- strings: parse template string expressions (9d44dca)
v4.4.0
4.4.0 (2020-03-04)
Features
- errors: add filename to error code snippets (dabd865)
v4.3.1
4.3.1 (2020-03-03)
Bug Fixes
- string: fix string lbp indentation handling (3402753)
v4.3.0
4.3.0 (2020-03-03)
Features
- iterables: implement
find item: ...
for iterables (4f6ea7d)
v4.2.1
4.2.1 (2020-03-02)
Bug Fixes
- js operators: make
new
and throw
non-separating operators (e7c0869)
v4.2.0
4.2.0 (2020-03-02)
Features
- js-compat: add
throw
and new
operators (d6ba80c)
- string: add support for tagged strings e.g. ```foo`bar spam```` (4266626)
v4.1.0
4.1.0 (2020-03-01)
Features
- **object): suport generic calculated prop e.g.
{(Symbol('foo':** bar}
(36ccbe5)
v4.0.3
4.0.3 (2020-03-01)
Bug Fixes