3.0.1 (2022-08-07)
- put
.cjs
back to.js
since browserify ecosystem doesn't yet understand.cjs
(5419034a)
3.0.0 (2022-08-07)
- Upgrade unassert to v2.0.0
- change .js to .cjs (97c32f0b)
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)
2.1.0 (2017-10-23)
2.0.5 (2017-10-17)
2.0.4 (2016-12-28)
2.0.3 (2015-12-16)
- copy sourceRoot even if it is an empty string (d687a4bc)
2.0.2 (2015-09-27)
- should not transform JSON file (6653d38c)
2.0.1 (2015-09-27)
- add SUPPORTED PATTERNS section to README
- linting and refactoring
2.0.0 (2015-09-25)
- Since this release, assertions are always removed even if
debug
option is on. If you don't want to remove assertions whendebug
is on, simply do not addunassertify
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.