Skip to content

Releases: fink-lang/larix

v6.0.0

19 Apr 15:19
364071a
Compare
Choose a tag to compare

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

15 Apr 07:52
963e981
Compare
Choose a tag to compare

5.0.0 (2020-04-15)

Features

  • parser: upgrade to latest prattler (248665a)

BREAKING CHANGES

  • parser: Trailing comma not supported in block based call arguments.

  • parser: Identifier as infix operator removed

v4.10.0

11 Apr 16:20
97e230e
Compare
Choose a tag to compare

4.10.0 (2020-04-11)

Features

  • spread: parse spread without right hand side (162dc8f)

v4.9.0

09 Apr 17:38
74c632a
Compare
Choose a tag to compare

4.9.0 (2020-04-09)

Features

  • comments: list all comments separately (241b69b)
  • comments: separate leading and trailing comments (94c0c6d)

v4.8.2

09 Apr 10:07
fc03192
Compare
Choose a tag to compare

4.8.2 (2020-04-09)

Bug Fixes

  • comments: fix comments parsing (4006fe7)

v4.8.1

07 Apr 11:03
f7a0124
Compare
Choose a tag to compare

4.8.1 (2020-04-07)

Bug Fixes

  • throw,new: fix precedence (0a1353b)

v4.8.0

06 Apr 12:18
bc38d47
Compare
Choose a tag to compare

4.8.0 (2020-04-06)

Features

  • partial: add basic support for parsing partials (8ff441c)

v4.7.0

01 Apr 10:54
ee649e6
Compare
Choose a tag to compare

4.7.0 (2020-04-01)

Features

  • call: allow a multiline call to omit commas for separating args (bf35727)

v4.6.1

28 Mar 10:09
d0f1002
Compare
Choose a tag to compare

4.6.1 (2020-03-28)

Bug Fixes

  • strings: fix escape char handling for template expressions (60613f8)

v4.6.0

28 Mar 06:38
e4b2a2f
Compare
Choose a tag to compare

4.6.0 (2020-03-28)

Features

  • strings: fix string template nesting and escape char handling (e1148e8)