Skip to content

Releases: fink-lang/loxia

v12.2.0

07 Sep 18:36
4325331
Compare
Choose a tag to compare

12.2.0 (2020-09-07)

Features

v12.1.1

07 Sep 18:26
db26577
Compare
Choose a tag to compare

12.1.1 (2020-09-07)

Bug Fixes

v12.1.0

19 Jul 13:30
9c87a0f
Compare
Choose a tag to compare

12.1.0 (2020-07-19)

Features

  • comparison: allow chaining of comp operators (0171d9f)
  • fold: allow fold without accu (2b2077e)

v12.0.2

12 Jul 13:19
f22895c
Compare
Choose a tag to compare

12.0.2 (2020-07-12)

Bug Fixes

  • deps: use js-interop for mutating objects (4b39695)

v12.0.1

12 Jul 13:07
2596a60
Compare
Choose a tag to compare

12.0.1 (2020-07-12)

Bug Fixes

v12.0.0

06 Jul 06:53
86120ae
Compare
Choose a tag to compare

12.0.0 (2020-07-06)

Features

  • ident: remove backtick strings (860d58a)
  • ident: remove null (6a28e8a)
  • ident: remove null (0545b54)
  • ident: support new JSX AST node types (42a9468)
  • new: remove new func (08512cd)

BREAKING CHANGES

  • new: new func as been removed as it is JS specific, use @fink/js-interop
  • ident: JSX AST node types are now namespaced jsx:* by larix
  • ident: backtick strings are no longer supported in larix.
  • ident: null was removed from larix, use e.g. @fink/js-interop if you need null when working with JS modules.
  • ident: null was removed from larix, use e.g. @fink/js-interop if you need null when working with JS modules.

v11.1.0

02 Jul 20:32
647589f
Compare
Choose a tag to compare

11.1.0 (2020-07-02)

Features

  • iterables: add support for async iterables (0cdf8cd)

v11.0.0

02 Jul 15:03
8df69ea
Compare
Choose a tag to compare

11.0.0 (2020-07-02)

Bug Fixes

  • ident: fix regex escaping (8cbc924)

Features

  • support unicode props and idents (4b0ab9b)
  • logical: remove deprecated operators !, &&, ||. (77a80ca)
  • regex: remove regex literal rx/.../ (cf0a895)

BREAKING CHANGES

  • logical: logical operators !, &&, || are no longer supported in favour of using not and or.
  • regex: regex literals are no longer supported in favour of using std-lib/regexs rx-template tag.

v10.1.1

31 May 16:12
dd13e4b
Compare
Choose a tag to compare

10.1.1 (2020-05-31)

Bug Fixes

v10.1.0

31 May 15:57
7e1f64a
Compare
Choose a tag to compare

10.1.0 (2020-05-31)

Features

  • iterables: add accus to all iter blocks (b05fbaa)