Skip to content

Latest commit

 

History

History
128 lines (52 loc) · 3.71 KB

CHANGELOG.md

File metadata and controls

128 lines (52 loc) · 3.71 KB

3.2.0 (2021-10-09)

Features

3.1.0 (2021-05-11)

Features

3.0.1 (2019-05-14)

Bug Fixes

3.0.0 (2019-01-15)

Features

  • Babel7 support

Breaking Changes

  • 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)

Features

2.1.2 (2016-12-24)

Chore

  • transfer to unassert-js organization (b2a95e9)

2.1.1 (2016-07-18)

Bug Fixes

2.1.0 (2016-04-28)

Features

2.0.1 (2016-01-09)

Bug Fixes

  • remove unnecessary dependencies (bb28b466)

2.0.0 (2015-11-07)

Features

Breaking Changes

  • 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)

Features

  • support removal of assert variable assignment (bf45e49d)

1.1.0 (2015-07-17)

Features

1.0.1 (2015-07-13)

Bug Fixes

  • dealing with rename in babel API (Path#remove to Path#dangerouslyRemove) (c67e4de2)

1.0.0 (2015-05-26)

The first release.