Releases: decaffeinate/decaffeinate-parser
Releases · decaffeinate/decaffeinate-parser
v16.0.5
<a name"16.0.5">
16.0.5 (2017-02-19)
Bug Fixes
- properly parse assignments within
do
expressions (#161) (3c4f328f)
v16.0.4
<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
<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
<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
<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
<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
<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
<a name"15.0.1">
15.0.1 (2017-02-12)
Bug Fixes
- allow unary operators inside chained comparisons (#151) (672bde7c)
v15.0.0
<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
<a name"14.0.1">
14.0.1 (2017-02-05)
Bug Fixes
- package: update coffee-lex to version 7.0.0 (#148) (1fccc6a3)