Release 4.0.0
π₯ Breaking Change
- #243 Refactor to native class. (@rwjblue)
- #237 Update to Terser v5 (@theenadayalank)
- #241 Lowest supported node version is 10 (@theenadayalank)
π Enhancement
- #248 Remove mkdirp usage in favor of
fs.mkdirSync(path, { recursive: true });
(@rwjblue) - #238 Fix deprecation warning for
options.nodeWorker
by updatingworkerpool
to 6.0.0 (@theenadayalank)
π Internal
- #247 Add release automation and documentation. (@rwjblue)
- #246 Remove Travis CI setup. (@rwjblue)
- #244 Remove Babel transpilation during tests. (@rwjblue)
Committers: 3
- Cyrille David (@dcyriller)
- Robert Jackson (@rwjblue)
- Theenadayalan (@theenadayalank)