Releases: webpack-contrib/compression-webpack-plugin
Releases · webpack-contrib/compression-webpack-plugin
v11.1.0
11.1.0 (2024-02-27)
Features
- support the
deleteOriginalAssets
option as a function (#380) (1be8955)
Bug Fixes
v11.0.0
11.0.0 (2024-01-15)
⚠ BREAKING CHANGES
- minimum supported Node.js version is
18.12.0
(2ef7b37)
v6.1.2
6.1.2 (2023-12-26)
Bug Fixes
v10.0.0
10.0.0 (2022-05-17)
⚠ BREAKING CHANGES
- default filename is
[path][base].br
for brotli (#286)
- minimum supported
Node.js
version is 14.15.0
(#301)
v9.2.0
9.2.0 (2021-12-16)
Features
- removed cjs wrapper and generated types in commonjs format (
export =
and namespaces
used in types), now you can directly use exported types (#277) (8664d36)
v9.1.2
9.1.2 (2021-12-13)
Bug Fixes
v9.1.1
9.1.1 (2021-12-09)
Bug Fixes
- added
types
to package.json
(0acff90)
v9.1.0
9.1.0 (2021-12-09)
Features
v9.0.1
9.0.1 (2021-11-17)
Chore
- update
schema-utils
package to 4.0.0
version
v9.0.0
9.0.0 (2021-09-11)
⚠ BREAKING CHANGES
pathData
as first argument of a custom function for the filename
option was changed, now we pass only pathData.filename
, see example
Features
- migrate on webpack API for getting filename (59fe68c)
- output documentation links on errors (#255) (8624e44)