3.0.0 (2022-08-02)
- Update unassert to v2.0.0
- accept unassert options for customization (12307440)
- change
.js
to.cjs
(c2f20b1e)
2.0.0 (2020-05-14)
- Modernize codebase and dependencies
- Support syntax of ES2019 and ES2020 (partial support) (c4a1715a)
- drop support for old Node versions (Node < 10). Users of old Nodes should install
[email protected]
(26a09349)
1.1.0 (2018-06-12)
- replace deprecated gutil.File with Vinyl module (044de7d9)
- replace deprecated gutil.PluginError with plugin-error module (8d25e4f0)
- replace deprecated
new Buffer()
with buffer-from ponyfill (8e556ad5)
1.0.1 (2016-12-27)
- transfer to unassert-js organization (2a41c3c2)
1.0.0 (2015-12-15)
- The first stable release
- SourceMap support
0.1.0 (2015-12-08)
- initial release