14 lines
320 B
Markdown
14 lines
320 B
Markdown
# 1.11.15
|
|
|
|
* Fix JSX literal whitespace generation.
|
|
|
|
# 1.11.14
|
|
|
|
* Avoid using a switch for let-scoping continue and break statements and use an if statement instead.
|
|
* Remove excess whitespace and newlines from JSX literals.
|
|
|
|
# 1.11.13
|
|
|
|
* Update regenerator-6to5
|
|
* Add support for most escodegen formatting options
|