Skip to content

Releases: fink-lang/prattler

v7.2.1

09 Jul 14:09
828a613
Compare
Choose a tag to compare

7.2.1 (2021-07-09)

Bug Fixes

  • use iter funcs from std-lib (7d4426f)

v7.2.0

19 May 11:26
0ac9a2d
Compare
Choose a tag to compare

7.2.0 (2021-05-19)

Features

  • use subpath patterns for exports in package.json (be62ca9)

v7.1.0

02 Dec 07:57
acf20f6
Compare
Choose a tag to compare

7.1.0 (2020-12-02)

Features

  • upgrade to latest loxia with improved JS generation (67a4227)

v7.0.0

27 Nov 13:45
374ae5f
Compare
Choose a tag to compare

7.0.0 (2020-11-27)

Features

BREAKING CHANGES

  • tokenizer was removed and is expected to be passed to the parser during initialization. The tokenizer is expexted to be an iterable emitting token records {type: ..., value: ..., loc:...} with the last token being {type: "end", loc: ...}

v6.5.0

20 Nov 14:07
36c8a75
Compare
Choose a tag to compare

6.5.0 (2020-11-20)

Features

  • use in operator for lookups, upgrade deps (36bf2ee)

v6.4.1

10 Nov 18:57
0218d3b
Compare
Choose a tag to compare

6.4.1 (2020-11-10)

Bug Fixes

  • deps: upgrade runtime and compiler to improve accu handling (112de79)

v6.4.0

09 Nov 08:54
f49af8b
Compare
Choose a tag to compare

6.4.0 (2020-11-09)

Features

  • deps: upgrade to latest loxia and runtime lib (92d19e5)

v6.3.0

30 Oct 12:16
a0e6b7c
Compare
Choose a tag to compare

6.3.0 (2020-10-30)

Features

  • symbols: improve nud, led - func checking (85fd7b5)

v6.2.0

26 Oct 09:44
aae212a
Compare
Choose a tag to compare

6.2.0 (2020-10-26)

Features

v6.1.0

14 Oct 07:25
424970b
Compare
Choose a tag to compare

6.1.0 (2020-10-14)

Features

  • deps: remove dependency on node modules (22c5738)