Releases: decaffeinate/decaffeinate-parser
Releases · decaffeinate/decaffeinate-parser
v5.0.0
<a name"5.0.0">
5.0.0 (2016-12-19)
Bug Fixes
Breaking Changes
v4.0.2
<a name"4.0.2">
4.0.2 (2016-12-19)
Bug Fixes
- improve performance when adjusting node bounds (#94) (ebc89fa8)
v4.0.1
<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
<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
<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
<a name"2.1.1">
2.1.1 (2016-11-27)
Bug Fixes
v2.1.0
<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
<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
<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
<a name"2.0.14">
2.0.14 (2016-11-13)
Bug Fixes
- improve detection of quasis in string interpolations (#75) (aa084e93)