You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
2022-08-07
* [feat] upgrade unassert to 2.0.0
* [chore] change `.js` to `.cjs`
This release will not affect most users. This is a major release of "just in case" for unassert-v2 which is completely rewritten.
Remove assertions even if `debug` option is on (2015-09-25)
* [feat] remove assertions even if `debug` option is on.
* [BC] 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.