Skip to content

Releases: decaffeinate/decaffeinate-parser

v16.0.5

19 Feb 04:26
Compare
Choose a tag to compare

<a name"16.0.5">

16.0.5 (2017-02-19)

Bug Fixes

  • properly parse assignments within do expressions (#161) (3c4f328f)

v16.0.4

17 Feb 06:12
Compare
Choose a tag to compare

<a name"16.0.4">

16.0.4 (2017-02-17)

Bug Fixes

  • use proper location data for parenthesized class values (#159) (4f5777b2)

v16.0.3

13 Feb 04:26
Compare
Choose a tag to compare

<a name"16.0.3">

16.0.3 (2017-02-13)

Bug Fixes

  • update code to no longer account for incorrect new location (#158) (5a9ec85d)

v16.0.2

13 Feb 02:15
Compare
Choose a tag to compare

<a name"16.0.2">

16.0.2 (2017-02-13)

Bug Fixes

  • use the correct start position in member access ops (#157) (a207d349)

v16.0.1

13 Feb 01:36
Compare
Choose a tag to compare

<a name"16.0.1">

16.0.1 (2017-02-13)

Bug Fixes

  • only consider comparison operations in chained comparisons (#156) (16fdb9e6)

v16.0.0

12 Feb 22:55
Compare
Choose a tag to compare

<a name"16.0.0">

16.0.0 (2017-02-12)

Breaking Changes

  • This is technically a breaking change since the virtual property is no longer present, even though it previously was only ever false. They're no longer needed since we removed all the nodes that required them.
    (f7d6fd8d)

v15.0.2

12 Feb 19:10
Compare
Choose a tag to compare

<a name"15.0.2">

15.0.2 (2017-02-12)

Bug Fixes

  • use the right index when finding the token to the left of comparison operators ( (29a052f0)

v15.0.1

12 Feb 16:30
Compare
Choose a tag to compare

<a name"15.0.1">

15.0.1 (2017-02-12)

Bug Fixes

  • allow unary operators inside chained comparisons (#151) (672bde7c)

v15.0.0

08 Feb 21:06
Compare
Choose a tag to compare

<a name"15.0.0">

15.0.0 (2017-02-08)

Breaking Changes

  • Previously, we made a bare super call (i.e. super) just another FunctionApplication with a virtual spread argument. This replaces the whole call with a new node type, BareSuperFunctionApplication, with no callee or arguments.
    (bd0e1557)

v14.0.1

05 Feb 22:10
Compare
Choose a tag to compare

<a name"14.0.1">

14.0.1 (2017-02-05)

Bug Fixes

  • package: update coffee-lex to version 7.0.0 (#148) (1fccc6a3)