CHANGELOG.md
August 2, 2022 ยท View on GitHub
3.0.0 (2022-08-02)
Features
- Update unassert to v2.0.0
- accept unassert options for customization (12307440)
- change
.jsto.cjs(c2f20b1e)
2.0.0 (2020-05-14)
Features
- Modernize codebase and dependencies
- Support syntax of ES2019 and ES2020 (partial support) (c4a1715a)
Breaking Changes
- drop support for old Node versions (Node < 10). Users of old Nodes should install
gulp-unassert@1.x(26a09349)
1.1.0 (2018-06-12)
Features
Bug Fixes
- 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)
Chore
- transfer to unassert-js organization (2a41c3c2)
1.0.0 (2015-12-15)
Features
- The first stable release
- SourceMap support
0.1.0 (2015-12-08)
- initial release