3.0.0 (2018-08-30)
- Babel7 support
- Babel7 is incompatible with Babel6.
For Babel6, you need to use the 2.x release of babel-preset-power-assert.
$ npm install --save-dev [email protected]
3.0.0-beta.1 (2018-03-31)
- Babel7 is incompatible with Babel6.
For Babel6, you need to use the 2.x release of babel-preset-power-assert.
$ npm install --save-dev [email protected]
2.0.0 (2018-01-18)
- Allow experimental syntax by default since most of babel users use experimental (not in ES-standard) syntax.
- Changing
embedAst
option's default totrue
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.