Skip to content

Latest commit

 

History

History
75 lines (33 loc) · 2.25 KB

CHANGELOG.md

File metadata and controls

75 lines (33 loc) · 2.25 KB

2.0.0 (2018-08-30)

Features

  • Babel7 support
  • introduce @babel/helper-plugin-utils to ensure babel version (af2052cc)

Breaking Changes

  • Babel7 is incompatible with Babel6.

For Babel6, you need to use the 1.x release of babel-plugin-empower-assert.

$ npm install --save-dev [email protected]

2.0.0-beta.1 (2018-03-30)

Features

Breaking Changes

  • Babel7 is incompatible with Babel6.

For Babel6, you need to use the 1.x release of babel-plugin-empower-assert.

$ npm install --save-dev [email protected]

1.4.0 (2018-03-30)

Features

1.3.0 (2016-04-27)

Features

1.2.0 (2016-04-12)

Features

1.1.0 (2016-04-12)

Features

  • support AssignmentExpression (61dc73f8)

1.0.0 (2016-04-12)

The first release.