Skip to content

Latest commit

 

History

History
55 lines (25 loc) · 1.6 KB

CHANGELOG.md

File metadata and controls

55 lines (25 loc) · 1.6 KB

3.0.0 (2018-08-30)

Features

  • Babel7 support

Breaking Changes

  • Babel7 is incompatible with Babel6.

For Babel6, you need to use the 2.x release of babel-preset-power-assert.

$ npm install --save-dev babel-preset-power-assert@2.0.0

3.0.0-beta.1 (2018-03-31)

Features

Breaking Changes

  • Babel7 is incompatible with Babel6.

For Babel6, you need to use the 2.x release of babel-preset-power-assert.

$ npm install --save-dev babel-preset-power-assert@2.0.0

2.0.0 (2018-01-18)

Features

Breaking Changes

  • Changing embedAst option's default to true does not break builds but may slow your build time down. If you are aware that you are not using experimental (not in ES-standard) syntax, please use babel-preset-power-assert 1.x for the former behavior.

1.0.0 (2016-04-13)

The first release.