Releases: fink-lang/loxia
Releases · fink-lang/loxia
v4.8.1
4.8.1 (2020-04-08)
Bug Fixes
- match: fix nested objects and array matching (2ac0abd)
v4.8.0
4.8.0 (2020-04-07)
Features
- partial: support partial application for assignments (893a295)
v4.7.0
4.7.0 (2020-04-06)
Features
- match: implement partial application for more flexible matching (3634dbb)
v4.6.4
4.6.4 (2020-03-31)
Bug Fixes
- prop-access: allow reserved words as prop identifier (528fc10)
v4.6.3
4.6.3 (2020-03-31)
Bug Fixes
- match: fix nested match to not return early (f448b0c)
v4.6.2
4.6.2 (2020-03-30)
Bug Fixes
- match: fix nested object patterns (29a653b)
v4.6.1
4.6.1 (2020-03-29)
Bug Fixes
- map: fix flap map handling (116e327)
v4.6.0
4.6.0 (2020-03-28)
Features
- map: allow spread as last expr to use map as flat_map (6f38f72)
v4.5.2
4.5.2 (2020-03-28)
Bug Fixes
- comments: fix comment generation (cfe78c3)
v4.5.1
4.5.1 (2020-03-27)
Bug Fixes
- literals: fix escape handling in strings and add regex tests (e4fa5e4)