Skip to content

Releases: fink-lang/loxia

v7.3.0

10 May 10:36
5f164d9
Compare
Choose a tag to compare

7.3.0 (2020-05-10)

Features

  • args: allow empty args in fn args and call args (c15d731)

v7.2.0

10 May 10:05
9a0117a
Compare
Choose a tag to compare

7.2.0 (2020-05-10)

Features

  • in: add basic support for in operator. (d4def55)

v7.1.0

05 May 18:05
ea2fc16
Compare
Choose a tag to compare

7.1.0 (2020-05-05)

Features

  • map: add support for an accu in map (b0ff077)
  • module: add support for shebang comment (6b668f2)
  • unfold: support spread as unfold result (like map) (91eed2d)

v7.0.0

04 May 09:22
c47993a
Compare
Choose a tag to compare

7.0.0 (2020-05-04)

Features

  • lang: upgrade to latest larix (a3fd4b9)

BREAKING CHANGES

  • lang: Upgrade to latest larix. Replaced attempt with try, removed call op ::,
    replaced else with else: block.

v6.0.0

01 May 17:27
6e25684
Compare
Choose a tag to compare

6.0.0 (2020-05-01)

Features

  • deps: upgrade larix (faa5b68)
  • literal: add support for 'true', 'false', 'null' literals (78006bc)
  • logical: add support for 'and', 'or', 'not' expressions (618147a)
  • map: remove 'flap_map' in favour of 'map' with spread as last expr (c082d28)

BREAKING CHANGES

  • deps: upgrade to lates larix introduced changes to expr types and ops
  • map: 'flat_map' removed in favour of 'map' with spread as last expr

v5.0.0

23 Apr 09:48
50c7ec0
Compare
Choose a tag to compare

5.0.0 (2020-04-23)

Bug Fixes

  • ident: allow debugger as ident (cbfaa20)

Features

  • upgrade to latest larix (7a9e0d0)

BREAKING CHANGES

  • remove ident as infix operator

v4.11.0

19 Apr 15:07
19aaf58
Compare
Choose a tag to compare

4.11.0 (2020-04-19)

Features

  • array: add support for larix empty elem (a0bb365)

v4.10.0

11 Apr 18:31
ff0bbbe
Compare
Choose a tag to compare

4.10.0 (2020-04-11)

Features

  • match: add support for spread matching (5f766a5)
  • spread: add basic support for enhanced spread destructuring (230fcdd)
  • spread: support standalone spread, support empty elems in array match (48a3abe)

v4.9.0

09 Apr 18:19
fa7ea5b
Compare
Choose a tag to compare

4.9.0 (2020-04-09)

Features

  • comments: improve comments handling with latest larix (f7cbca3)

v4.8.2

09 Apr 06:44
12f8d2a
Compare
Choose a tag to compare

4.8.2 (2020-04-09)

Bug Fixes

  • match: re-add matching emopty {} and [] (a9cb971)