Skip to content

Releases: decaffeinate/decaffeinate-parser

v5.0.0

19 Dec 21:37
Compare
Choose a tag to compare

<a name"5.0.0">

5.0.0 (2016-12-19)

Bug Fixes

Breaking Changes

  • This version no longer works with coffee-lex<5.

    (beecb233)

v4.0.2

19 Dec 18:19
Compare
Choose a tag to compare

<a name"4.0.2">

4.0.2 (2016-12-19)

Bug Fixes

  • improve performance when adjusting node bounds (#94) (ebc89fa8)

v4.0.1

01 Dec 16:30
Compare
Choose a tag to compare

<a name"4.0.1">

4.0.1 (2016-12-01)

Bug Fixes

  • don't crash when inline JS ends in a close-quote (#89) (338679b7)

v4.0.0

27 Nov 22:10
Compare
Choose a tag to compare

<a name"4.0.0">

4.0.0 (2016-11-27)

Features

  • implement parsing for heregexes with interpolations (#87) (f0abec5a)

Breaking Changes

  • Heregex expressions now always use the new Heregex node type
    rather than RegExp. In all cases, a Heregex node has an array of quasis and
    expressions.
    (f0abec5a)

v3.0.0

27 Nov 15:36
Compare
Choose a tag to compare

<a name"3.0.0">

3.0.0 (2016-11-27)

Breaking Changes

  • The TemplateLiteral and Herestring node types have been removed
    in favor of String. The String node type now always has an array of quasis and
    an array of expressions. A new Quasi node type has been introduced for string
    quasis.
    (beee024f)

v2.1.1

27 Nov 15:19
Compare
Choose a tag to compare

<a name"2.1.1">

2.1.1 (2016-11-27)

Bug Fixes

v2.1.0

14 Nov 06:40
Compare
Choose a tag to compare

<a name"2.1.0">

2.1.0 (2016-11-14)

Features

  • add an AST type for bound generator functions (#78) (204d2ef3)

v2.0.16

14 Nov 05:37
Compare
Choose a tag to compare

<a name"2.0.16">

2.0.16 (2016-11-14)

Bug Fixes

  • make string parsing more lenient about quotes between interpolations (#77) (017c75c8)

v2.0.15

14 Nov 02:39
Compare
Choose a tag to compare

<a name"2.0.15">

2.0.15 (2016-11-14)

Bug Fixes

  • properly parse do statements with params defaulting to themselves (#76) (2b8915ed, closes #539)

v2.0.14

13 Nov 22:26
Compare
Choose a tag to compare

<a name"2.0.14">

2.0.14 (2016-11-13)

Bug Fixes

  • improve detection of quasis in string interpolations (#75) (aa084e93)