Skip to content

Releases: decaffeinate/decaffeinate-parser

v21.0.1

18 Feb 06:48
11315b3
Compare
Choose a tag to compare

21.0.1 (2018-02-18)

Bug Fixes

v21.0.0

18 Feb 04:45
655f568
Compare
Choose a tag to compare

21.0.0 (2018-02-18)

Features

BREAKING CHANGES

  • Node 4 is no longer supported. The returned CoffeeScript AST is
    now a CS2 AST, and there are slight differences in ranges and AST structure for
    comment-only blocks.

v20.2.2

12 Feb 07:34
e35b1d1
Compare
Choose a tag to compare

20.2.2 (2018-02-12)

Bug Fixes

  • properly recognize "u" as a flag in heregexes (#315) (e35b1d1)

v20.2.1

12 Feb 06:55
b8948a3
Compare
Choose a tag to compare

20.2.1 (2018-02-12)

Bug Fixes

v20.2.0

12 Feb 04:13
2a4d780
Compare
Choose a tag to compare

20.2.0 (2018-02-12)

Features

  • add remaining CoffeeScript 1.12.7 syntax features (#313) (2a4d780)

v20.1.0

12 Feb 03:59
ebd80de
Compare
Choose a tag to compare

20.1.0 (2018-02-12)

Features

  • add parsing for import and export declarations (#312) (ebd80de)

v20.0.0

11 Feb 16:35
9ddff03
Compare
Choose a tag to compare

20.0.0 (2018-02-11)

Features

  • update parser to CoffeeScript 1.12.7 (#310) (9ddff03)

BREAKING CHANGES

  • The updated parser has some minor breaking changes, such as no
    longer treating or = as a single operator. Also, since the CS AST is returned
    by the parse method, any code relying on that AST format will need to be
    updated.

v19.1.3

30 Oct 03:08
42f97ac
Compare
Choose a tag to compare

19.1.3 (2017-10-30)

Bug Fixes

  • include trailing commas at the end of implicit object locations (#273) (42f97ac)

v19.1.2

22 Oct 20:00
Compare
Choose a tag to compare

19.1.2 (2017-10-22)

Bug Fixes

  • handle missing case in CS node location fixing (#271) (2e667c3)

v19.1.1

22 Oct 16:32
Compare
Choose a tag to compare

19.1.1 (2017-10-22)

Bug Fixes

  • add node 8 to the travis build (#270) (ffb5740)
  • remove comments from blocks contained within parens (#269) (46e41aa)