Releases: fink-lang/larix
Releases · fink-lang/larix
v6.0.0
6.0.0 (2020-04-19)
Bug Fixes
- comments: add missing loc to comments (5c9eda1)
- comments: fix new-line loc issue with comments (aa00d39)
- object: improve prop-key detection (102e1fa)
Features
- use new block impl. for arg and block parsing (d64c29c)
- array,object: add
list:
and dict:
named blocks (7ce6d31)
- block: use block for all sequential expressions parsing (67565b5)
- comments: add support for same-line trailing comma (e69dd84)
- identifier: add experimental support for invoking identifiers without any operatos (513eaad)
BREAKING CHANGES
- block: Empty elements in e.g. arrays are now
{type: 'empty', loc:...}
symbols, rather
than null
.
v5.0.0
5.0.0 (2020-04-15)
Features
- parser: upgrade to latest prattler (248665a)
BREAKING CHANGES
v4.10.0
4.10.0 (2020-04-11)
Features
- spread: parse spread without right hand side (162dc8f)
v4.9.0
4.9.0 (2020-04-09)
Features
- comments: list all comments separately (241b69b)
- comments: separate leading and trailing comments (94c0c6d)
v4.8.2
4.8.2 (2020-04-09)
Bug Fixes
- comments: fix comments parsing (4006fe7)
v4.8.1
4.8.1 (2020-04-07)
Bug Fixes
- throw,new: fix precedence (0a1353b)
v4.8.0
4.8.0 (2020-04-06)
Features
- partial: add basic support for parsing partials (8ff441c)
v4.7.0
4.7.0 (2020-04-01)
Features
- call: allow a multiline call to omit commas for separating args (bf35727)
v4.6.1
4.6.1 (2020-03-28)
Bug Fixes
- strings: fix escape char handling for template expressions (60613f8)
v4.6.0
4.6.0 (2020-03-28)
Features
- strings: fix string template nesting and escape char handling (e1148e8)