Releases: decaffeinate/decaffeinate-parser
Releases · decaffeinate/decaffeinate-parser
v21.0.0
21.0.0 (2018-02-18)
Features
BREAKING CHANGES
- Node 4 is no longer supported. The returned CoffeeScript AST is
now a CS2 AST, and there are slight differences in ranges and AST structure for
comment-only blocks.
v20.2.2
20.2.2 (2018-02-12)
Bug Fixes
- properly recognize "u" as a flag in heregexes (#315) (e35b1d1)
v20.2.0
20.2.0 (2018-02-12)
Features
- add remaining CoffeeScript 1.12.7 syntax features (#313) (2a4d780)
v20.1.0
20.1.0 (2018-02-12)
Features
- add parsing for import and export declarations (#312) (ebd80de)
v20.0.0
20.0.0 (2018-02-11)
Features
BREAKING CHANGES
- The updated parser has some minor breaking changes, such as no
longer treating or =
as a single operator. Also, since the CS AST is returned
by the parse method, any code relying on that AST format will need to be
updated.
v19.1.3
19.1.3 (2017-10-30)
Bug Fixes
- include trailing commas at the end of implicit object locations (#273) (42f97ac)
v19.1.2
19.1.2 (2017-10-22)
Bug Fixes
- handle missing case in CS node location fixing (#271) (2e667c3)
v19.1.1
19.1.1 (2017-10-22)
Bug Fixes
- add node 8 to the travis build (#270) (ffb5740)
- remove comments from blocks contained within parens (#269) (46e41aa)