All notable changes to this project will be documented in this file. See standard-version for commit guidelines.
6.0.0 (2026-03-02)
5.0.4 (2025-12-05)
- respect errors and warnings from minimizer without code (1aa2a80)
5.0.3 (2025-07-28)
5.0.2 (2025-04-07)
5.0.1 (2025-03-06)
- better support worker threads (fa90ada)
- use `os.availableParallelism()`` for parallelism when it is available (b88e9f4)
5.0.0 (2024-01-17)
4.4.0 (2023-06-10)
4.3.0 (2022-10-13)
- added
swcMinifyFragmentto minify HTML fragments (021c752)
4.2.1 (2022-10-06)
4.2.0 (2022-09-29)
4.1.0 (2022-08-17)
4.0.0 (2022-05-17)
- minimum supported
Node.jsversion is14.15.0
3.5.0 (2021-12-16)
- removed cjs wrapper and generated types in commonjs format (
export =andnamespacesused in types), now you can directly use exported types (e4c64c8)
3.4.0 (2021-12-06)
3.3.2 (2021-11-17)
- update
schema-utilspackage to4.0.0version
3.3.1 (2021-11-08)
- avoid usage
p-limitpackage
3.3.0 (2021-10-04)
3.2.0 (2021-08-31)
3.1.1 (2021-06-25)
- update
serialize-javascript
3.1.0 (2021-05-27)
- allow to return object in
minifyfunction (43ae683)
3.0.0 (2021-05-26)
- minimum supported
Node.jsversion is12.13.0
- added support multiple
minifyfunctions (0763136)
2.1.0 (2021-01-08)
- optimize HTML assets added later by plugins (7198dac)
2.0.0 (2020-11-09)
- minimum supported
webpackversion is5.1.0 - removed the
cacheoption (webpack automatically caches assets, please read https://webpack.js.org/configuration/other-options/#cache) - removed the
cacheKeysoption (webpack automatically caches assets, please read https://webpack.js.org/configuration/other-options/#cache)
1.0.1 (2020-10-07)
- update
schema-utils
Initial release
All notable changes to this project will be documented in this file. See standard-version for commit guidelines.