Releases: fink-lang/larix
Releases · fink-lang/larix
v20.3.0
20.3.0 (2021-10-10)
Features
- remove empty arg in call AST for calls without args (1c5060c)
v20.2.0
20.2.0 (2021-10-01)
Features
- improved source-maps for matching names of identifiers (dc241ff)
v20.1.0
20.1.0 (2021-08-12)
Features
- deps: upgrade to latest loxia for improved JS compilation (b9afcdd)
v20.0.0
20.0.0 (2021-08-02)
Features
- js-compat: remove
try:
and throw err
(7645195)
- js-compat: remove
try:
and throw
from tokenizer (c1fb4b6)
BREAKING CHANGES
- js-compat: exception handing removed
v19.0.0
19.0.0 (2021-07-14)
Features
BREAKING CHANGES
- iter:
fold
, unfold
, map
, filter
, while
, until
removed in favor of using funcs from std-lib
v18.5.1
18.5.1 (2021-07-10)
Bug Fixes
- use iter funcs from std-lib (b66fbbd)
v18.5.0
18.5.0 (2021-07-09)
Features
- iterable: add support for
fold
, unfold
, map
, filter
, while
, until
to be regular functions rather than special syntactical blocks (621e5dd)
v18.4.0
18.4.0 (2021-07-01)
Features
- add support for hypenated identifiers (51519d0)
- add support for hypenated props in JSX (3f2949c)
v18.3.0
18.3.0 (2021-05-19)
Features
- use subpath patterns for exports in package.json (f37b5e6)
v18.2.0
18.2.0 (2020-12-02)
Bug Fixes
- lexer: fix true,false literals (745a5c0)
Features
- ast: handle member expr as keys in records (d525414)