Skip to content

Releases: fink-lang/larix

v4.5.2

26 Mar 19:02
8afc67d
Compare
Choose a tag to compare

4.5.2 (2020-03-26)

Bug Fixes

  • string,regex: fix escape handling in strings and regex (deab803)

v4.5.1

24 Mar 14:18
92071ed
Compare
Choose a tag to compare

4.5.1 (2020-03-24)

Bug Fixes

  • strings: fix string indentation (128be31)

v4.5.0

24 Mar 10:15
4f3324a
Compare
Choose a tag to compare

4.5.0 (2020-03-24)

Features

  • strings: parse template string expressions (9d44dca)

v4.4.0

04 Mar 13:02
72419a4
Compare
Choose a tag to compare

4.4.0 (2020-03-04)

Features

  • errors: add filename to error code snippets (dabd865)

v4.3.1

03 Mar 18:35
62dd633
Compare
Choose a tag to compare

4.3.1 (2020-03-03)

Bug Fixes

  • string: fix string lbp indentation handling (3402753)

v4.3.0

03 Mar 15:31
eece39d
Compare
Choose a tag to compare

4.3.0 (2020-03-03)

Features

  • iterables: implement find item: ... for iterables (4f6ea7d)

v4.2.1

02 Mar 11:24
2b378de
Compare
Choose a tag to compare

4.2.1 (2020-03-02)

Bug Fixes

  • js operators: make new and throw non-separating operators (e7c0869)

v4.2.0

02 Mar 09:56
bb0b92b
Compare
Choose a tag to compare

4.2.0 (2020-03-02)

Features

  • js-compat: add throw and new operators (d6ba80c)
  • string: add support for tagged strings e.g. ```foo`bar spam```` (4266626)

v4.1.0

01 Mar 11:14
1b0085a
Compare
Choose a tag to compare

4.1.0 (2020-03-01)

Features

  • **object): suport generic calculated prop e.g. {(Symbol('foo':** bar} (36ccbe5)

v4.0.3

01 Mar 09:23
5ed6816
Compare
Choose a tag to compare

4.0.3 (2020-03-01)

Bug Fixes