Skip to content

Latest commit

 

History

History
32 lines (23 loc) · 691 Bytes

CHANGELOG.md

File metadata and controls

32 lines (23 loc) · 691 Bytes

2.1.0 - TBD

  • update dependencies (closes #7, #13, #14)
  • drop support for unsupported Node.js versions
  • clarify the use of external source-maps
  • build clean-up
  • doc tweaks

2.0.1 - 2018-02-28

  • build the release target in production mode
  • doc tweaks

2.0.0 - 2018-02-20

  • breaking change:
    • add support for Babel >= 7.x
    • remove support for Babel 6.x

1.0.0 - 2017-07-27

  • breaking change:
    • add support for Babel >= 6.x (thanks, gajus and mariodu)
    • remove support for Babel 5.x
  • build: migrate from Grunt to Gulp
  • test:
    • migrate from Mocha to AVA
    • compare the generated source code rather than the AST

0.0.1 - 2015-09-16

  • initial release