Releases: webpack-contrib/compression-webpack-plugin
Releases · webpack-contrib/compression-webpack-plugin
v8.0.1
8.0.1 (2021-06-25)
Chore
- update
serialize-javascript
v8.0.0
8.0.0 (2021-05-21)
⚠ BREAKING CHANGES
- minimum supported
Node.js
version is 12.13.0
v7.1.2
7.1.2 (2021-01-11)
Bug Fixes
- crash when
filename
and algorithm
options are functions (#241) (f33424a)
v7.1.1
7.1.1 (2020-12-25)
Bug Fixes
v7.1.0
7.1.0 (2020-12-18)
Features
- compress assets added later by plugins (5b8b356)
Bug Fixes
- compatibility with
workbox-webpack-plugin
(#234) (5d54128)
- perf
v7.0.0
7.0.0 (2020-12-02)
⚠ BREAKING CHANGES
- minimum supported webpack version is
^5.1.0
- the
cache
option was removed, the plugin respects caching from configurations, please read
v6.1.1
6.1.1 (2020-11-12)
Bug Fixes
- compatibility with child compilations (5e3bb95)
v6.1.0
6.1.0 (2020-11-09)
Features
- added the
keep-source-maps
value to the deleteOriginalAssets
option (#216) (bd60650)
v6.0.5
6.0.5 (2020-11-02)
Bug Fixes
- allowed compressed assets to overwrite original assets using the
deleteOriginalAssets
option (62d3d0a)
v6.0.4
6.0.4 (2020-10-26)
Bug Fixes
- always set compression level to maximum for the custom
algorithm
(483f328)