3.2.0 (2021-10-09)
3.1.0 (2021-05-11)
3.0.1 (2019-05-14)
- dealing with ESM import with ImportSpecifier (Thanks @fschopp for reporting and suggestion)
3.0.0 (2019-01-15)
- Babel7 support
- Babel7 is incompatible with Babel6
For Babel6, you need to use the 2.x release of babel-plugin-unassert.
$ npm install --save-dev babel-plugin-unassert@2
2.2.0 (2019-01-12)
2.1.2 (2016-12-24)
- transfer to unassert-js organization (b2a95e9)
2.1.1 (2016-07-18)
2.1.0 (2016-04-28)
2.0.1 (2016-01-09)
- remove unnecessary dependencies (bb28b466)
2.0.0 (2015-11-07)
- Babel6 is incompatible with Babel5. For Babel5 or lower, you need to use the 1.2.x release of babel-plugin-unassert.
$ npm install --save-dev [email protected]
1.2.0 (2015-10-03)
- support removal of assert variable assignment (bf45e49d)
1.1.0 (2015-07-17)
1.0.1 (2015-07-13)
- dealing with rename in babel API (Path#remove to Path#dangerouslyRemove) (c67e4de2)
1.0.0 (2015-05-26)
The first release.