Skip to content

Latest commit

 

History

History
106 lines (42 loc) · 3.66 KB

CHANGELOG.md

File metadata and controls

106 lines (42 loc) · 3.66 KB

3.0.1 (2022-08-07)

Bug Fixes

  • put .cjs back to .js since browserify ecosystem doesn't yet understand .cjs (5419034a)

3.0.0 (2022-08-07)

Features

Breaking Changes

This release will not affect most users. This is a major release of "just in case" for unassert-v2 which is completely rewritten.

2.1.1 (2018-04-19)

Performance Improvements

2.1.0 (2017-10-23)

Features

2.0.5 (2017-10-17)

Bug Fixes

2.0.4 (2016-12-28)

Chore

  • transfer to unassert-js organization (72ea9da)
  • switch to acorn (c3f1785)

2.0.3 (2015-12-16)

Bug Fixes

  • copy sourceRoot even if it is an empty string (d687a4bc)

2.0.2 (2015-09-27)

Bug Fixes

  • should not transform JSON file (6653d38c)

2.0.1 (2015-09-27)

2.0.0 (2015-09-25)

Features

Breaking Changes

  • Since this release, assertions are always removed even if debug option is on. If you don't want to remove assertions when debug is on, simply do not add unassertify on that build configuration.

1.0.2 (2015-05-27)

1.0.1 (2015-05-27)

  • skip traversing node to be deleted (f936b632)

1.0.0 (2015-05-27)

  • The first release.