File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -5,6 +5,21 @@ All notable changes to this project will be documented in this file. See [standa
55<a name =" 1.0.0 " ></a >
66# [ 1.0.0] ( https://github.com/webpack-contrib/compression-webpack-plugin/compare/v1.0.0-beta.1...v1.0.0 ) (2017-07-15)
77
8+ ### Code Refactoring
9+
10+ * apply webpack-defaults ([ #54 ] ( https://github.com/webpack-contrib/compression-webpack-plugin/issues/54 ) ) ([ f6f8c6c] ( https://github.com/webpack-contrib/compression-webpack-plugin/commit/f6f8c6c ) )
11+
12+
13+ ### BREAKING CHANGES
14+
15+ * Enforces ` peerDependencies ` of ` "webpack": ">= 3.0.0-rc.0 || ^3.0.0" ` .
16+ * Enforces ` engines ` of ` "node": ">=4.3.0 < 5.0.0 || >= 5.10 `
17+ * Remove loose dependency on Node Zopfli, which has been extracted to it's own plugin https://github.com/webpack-contrib/zopfli-webpack-plugin
18+
19+ Migration:
20+
21+ - ` npm i -D zopfli-webpack-plugin `
22+ - The Zopfli API has remained the same, those who were using the Zopfli option in this plugin should just need to switch plugins.
823
924
1025<a name =" 1.0.0-beta.1 " ></a >
@@ -35,11 +50,11 @@ MIGRATION: Zopfli is now in it's own plugin the options have remained the same.
3550
3651### BREAKING CHANGES
3752
38- * Enforces ` peerDependencies ` of ` "webpack": ">= 3.0.0-rc.0 || ^3.0.0" ` .
53+ * Enforces ` peerDependencies ` of ` "webpack": ">= 3.0.0-rc.0 || ^3.0.0" ` .
3954* Enforces ` engines ` of ` "node": ">=4.3.0 < 5.0.0 || >= 5.10 `
4055* Remove loose dependency on Node Zopfli, which has been extracted to it's own plugin https://github.com/webpack-contrib/zopfli-webpack-plugin
4156
42- Migration:
57+ Migration:
4358
4459- ` npm i -D zopfli-webpack-plugin `
4560- The Zopfli API has remained the same, those who were using the Zopfli option in this plugin should just need to switch plugins.
You can’t perform that action at this time.
0 commit comments