Releases: fink-lang/larix
Releases · fink-lang/larix
v18.1.0
v18.0.1
v18.0.0
18.0.0 (2020-11-30)
Bug Fixes
- records: spreads in records should not be rec:kv expr but just spread expr (7b085d2)
Features
- records: support member expressions as keys (7385c8d)
BREAKING CHANGES
- records: spreads in records where part of a
rec:kv
expr inside record expressions, they are now simply children of record expressions
v17.0.0
v16.1.0
v16.0.0
16.0.0 (2020-11-19)
Bug Fixes
- traverse: await may bind inside iterable blocks (63b51ee)
Features
- jsx: use identifier expr for jsx elem and attr names (e666274)
- records: if prop is just an identifier set right to false (1d9d871)
- spread: use false for missing right hand expr (c32bd45)
- string: set tag to false if not tagged (3ed1176)
BREAKING CHANGES
- records: rec:kv right is set to false if only key is present
- string: tag is false if string is not tagged
- spread: spread right is false if right hand expr is missing e.g.
[a, ..., b]
- jsx: JSX elem and attr names are now identifiers, values are false if they are not present