11 KiB
11 KiB
Changelog
All notable changes to this project will be documented in this file. See standard-version for commit guidelines.
5.0.1 (2023-06-13)
Bug Fixes
5.0.0 (2023-03-27)
⚠ BREAKING CHANGES
- update
cssnanoto v6 (migration guide - https://github.com/cssnano/cssnano/releases/tag/cssnano%406.0.0) (#224)
Features
4.2.2 (2022-10-13)
Bug Fixes
4.2.1 (2022-10-06)
Bug Fixes
4.2.0 (2022-09-29)
Features
4.1.0 (2022-09-09)
Features
4.0.0 (2022-05-18)
⚠ BREAKING CHANGES
- minimum supported
Node.jsversion is14.15.0
3.4.1 (2022-01-18)
Bug Fixes
- types (9c8b0f3)
3.4.0 (2022-01-18)
Features
3.3.1 (2021-12-21)
Bug Fixes
3.3.0 (2021-12-16)
Features
- removed cjs wrapper and generated types in commonjs format (
export =andnamespacesused in types), now you can directly use exported types (3262a9a)
3.2.0 (2021-11-23)
Features
3.1.4 (2021-11-17)
Chore
- update
schema-utilspackage to4.0.0version
3.1.3 (2021-11-10)
Bug Fixes
3.1.2 (2021-11-08)
Bug Fixes
- handle
esbuildwarnings (f427f41)
3.1.1 (2021-10-05)
Bug Fixes
3.1.0 (2021-10-04)
Features
- added
esbuildminimizer (#122) (987d454) - allow returning errors from custom minimize function (#121) (c9a11b2)
- output documentation links on errors (4e8afba)
Bug Fixes
- source map generation for multiple
minifyfunctions (b736099)
3.0.2 (2021-06-25)
Chore
- update
serialize-javascript
3.0.1 (2021-05-31)
Chore
- update
jest-worker
3.0.0 (2021-05-12)
⚠ BREAKING CHANGES
- minimum supported
Node.jsversion is12.13.0
2.0.0 (2021-04-10)
⚠ BREAKING CHANGES
- update
cssnanoto5.0.0version - drop
webpackv4 support, - removed the
cacheoption (respect thecacheoption fromwebpack) - removed the
cacheKeysoption respect thecacheoption fromwebpack) - removed the sourceMap option (respect the
devtooloption fromwebpack)
Features
- added defaults functions for
clean-cssandcsso, please look at here (5211eed) - added the ability to pass an array of functions to the minify (91f9977)
- update
cssnanoto5.0.0version (4d2a8fd)
1.3.0 (2021-03-15)
Features
- added support
processorOptionsforcssnano(8865423)
1.2.0 (2021-01-08)
Features
Bug Fixes
1.1.5 (2020-10-07)
Chore
- update
schema-utils
1.1.4 (2020-09-18)
Bug Fixes
- weak cache
- source map generation
- cache warnings between builds
1.1.3 (2020-09-03)
Bug Fixes
- do not crash on the
minifyoption (fd9abac)
1.1.2 (2020-08-24)
Bug Fixes
- compatibility with webpack 5 (6232829)
1.1.1 (2020-08-10)
Bug Fixes
- compatibility with
10.13version ofNode.js(d38ea79)
1.1.0 (2020-08-04)
Features
Bug Fixes
- compatibility cache feature with webpack@5 (#16) (997e00f)
- skip double compression for child compilation (#18) (ffc71c2)
1.0.0 - 2020-08-01
Initial release