Releases: fink-lang/loxia
Releases · fink-lang/loxia
v7.3.0
7.3.0 (2020-05-10)
Features
- args: allow empty args in fn args and call args (c15d731)
v7.2.0
7.2.0 (2020-05-10)
Features
- in: add basic support for
in
operator. (d4def55)
v7.1.0
7.1.0 (2020-05-05)
Features
- map: add support for an accu in map (b0ff077)
- module: add support for shebang comment (6b668f2)
- unfold: support spread as unfold result (like map) (91eed2d)
v7.0.0
7.0.0 (2020-05-04)
Features
- lang: upgrade to latest larix (a3fd4b9)
BREAKING CHANGES
- lang: Upgrade to latest larix. Replaced
attempt
with try
, removed call op ::
,
replaced else
with else:
block.
v6.0.0
6.0.0 (2020-05-01)
Features
- deps: upgrade larix (faa5b68)
- literal: add support for 'true', 'false', 'null' literals (78006bc)
- logical: add support for 'and', 'or', 'not' expressions (618147a)
- map: remove 'flap_map' in favour of 'map' with spread as last expr (c082d28)
BREAKING CHANGES
- deps: upgrade to lates larix introduced changes to expr types and ops
- map: 'flat_map' removed in favour of 'map' with spread as last expr
v5.0.0
5.0.0 (2020-04-23)
Bug Fixes
- ident: allow debugger as ident (cbfaa20)
Features
BREAKING CHANGES
- remove ident as infix operator
v4.11.0
4.11.0 (2020-04-19)
Features
- array: add support for larix empty elem (a0bb365)
v4.10.0
4.10.0 (2020-04-11)
Features
- match: add support for spread matching (5f766a5)
- spread: add basic support for enhanced spread destructuring (230fcdd)
- spread: support standalone spread, support empty elems in array match (48a3abe)
v4.9.0
4.9.0 (2020-04-09)
Features
- comments: improve comments handling with latest larix (f7cbca3)
v4.8.2
4.8.2 (2020-04-09)
Bug Fixes
- match: re-add matching emopty {} and [] (a9cb971)