Releases: decaffeinate/decaffeinate-parser
Releases · decaffeinate/decaffeinate-parser
v2.0.13
<a name"2.0.13">
2.0.13 (2016-11-13)
Bug Fixes
- don't shrink loop bounds by assuming the body is at the end (#74) (16b0596d)
v2.0.12
<a name"2.0.12">
2.0.12 (2016-11-12)
Bug Fixes
- handle files that only contain block comments (#73) (2229f42e)
v2.0.11
<a name"2.0.11">
2.0.11 (2016-10-30)
Bug Fixes
- handle programs that only contain comments (#72) (3ef4ae56)
- don't treat explicit + operations as string interpolations (#71) (d01083f2)
v2.0.10
<a name"2.0.10">
2.0.10 (2016-10-30)
Bug Fixes
- don't treat explicit + operations as string interpolations (#71) (d01083f2)
v2.0.9
<a name"2.0.9">
2.0.9 (2016-10-30)
Bug Fixes
- handle escaped newlines in interpolated strings (#69) (67b514bb)
v2.0.8
<a name"2.0.8">
2.0.8 (2016-10-30)
Bug Fixes
- add infinite loop safeguards in string interpolation code (#68) (2f18b277)
v2.0.7
<a name"2.0.7">
2.0.7 (2016-10-30)
Bug Fixes
- update tests for decaffeinate-coffeescript patch 3 (#70) (12c8bd20)
v2.0.6
<a name"2.0.6">
2.0.6 (2016-10-17)
Bug Fixes
- treat == and != as allowed chained comparisons (#67) (c6158215)
v2.0.5
<a name"2.0.5">
2.0.5 (2016-09-19)
Bug Fixes
- ignore whitespace-only lines when calculating herestring indent level (#65) (4a66f404)
v2.0.4
<a name"2.0.4">
2.0.4 (2016-09-19)
Bug Fixes
- properly calculate location data in template strings followed by
}
(#45) (1957f7b1)
- properly remove whitespace within herestrings (#44) (01fa334f, closes #393)