Skip to content

Latest commit

 

History

History
26 lines (21 loc) · 763 Bytes

CHANGES.rst

File metadata and controls

26 lines (21 loc) · 763 Bytes

Changelog

1.0.1 - 2018-08-11

  • Bumping minimum version of calmjs.parse to 1.1.1, which includes fixes to:
    • Line continuation in JavaScript sources should no longer break source map line counting. [ calmjs.parse#16 ]
    • Will no longer parse certain incorrectly unterminated statements as valid JavaScript. [ calmjs.parse#18 ]
    • Obfuscated minifier should no longer truncate certain closing braces as the internal accounting is corrected. [ calmjs.parse#19 ]

1.0.0 - 2017-09-26

Initial release.