Releases: webpack-contrib/compression-webpack-plugin
Releases · webpack-contrib/compression-webpack-plugin
v1.1.5
v1.1.4
v1.1.3
v1.1.2
v1.1.1
v1.1.0
v1.0.1
v1.0.0
2017-07-15
Code Refactoring
BREAKING CHANGES
- Enforces
peerDependencies
of"webpack": ">= 3.0.0-rc.0 || ^3.0.0"
. - Enforces
engines
of"node": ">=4.3.0 < 5.0.0 || >= 5.10
- Remove loose dependency on Node Zopfli, which has been extracted to it's own plugin https://github.com/webpack-contrib/zopfli-webpack-plugin
Migration
npm i -D zopfli-webpack-plugin
ℹ️ The Zopfli API has remained the same, those who were using the Zopfli option in this plugin should just need to switch plugins.
v1.0.0-beta.1
v1.0.0-beta.0
2017-06-24
Code Refactoring
BREAKING CHANGES
- Enforces
peerDependencies
of"webpack": ">= 3.0.0-rc.0 || ^3.0.0"
. - Enforces
engines
of"node": ">=4.3.0 < 5.0.0 || >= 5.10
- Remove loose dependency on Node Zopfli, which has been extracted to it's own plugin https://github.com/webpack-contrib/zopfli-webpack-plugin
Migration
npm i -D zopfli-webpack-plugin
ℹ️ The Zopfli API has remained the same, those who were using the Zopfli option in this plugin should just need to switch plugins.