mirror of
https://github.com/wu736139669/ASHEBShop-h5.git
synced 2026-08-05 05:55:36 +00:00
65 lines
2.1 KiB
Markdown
65 lines
2.1 KiB
Markdown
# Change Log
|
|
|
|
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
|
|
|
|
<a name="0.4.0"></a>
|
|
# [0.4.0](https://github.com/webpack/compression-webpack-plugin/compare/v0.3.2...v0.4.0) (2017-04-08)
|
|
|
|
|
|
### Features
|
|
|
|
* add option to change the filename ([#51](https://github.com/webpack/compression-webpack-plugin/issues/51)) ([fb7bd81](https://github.com/webpack/compression-webpack-plugin/commit/fb7bd81))
|
|
* add option to delete original assets ([#44](https://github.com/webpack/compression-webpack-plugin/issues/44)) ([24f15f2](https://github.com/webpack/compression-webpack-plugin/commit/24f15f2))
|
|
|
|
|
|
|
|
<a name="0.3.2"></a>
|
|
## 0.3.2 (2016-09-13)
|
|
|
|
|
|
### Chores
|
|
|
|
* Update node-zopfli version ([2d3dd44](https://github.com/webpack-contrib/compression-webpack-plugin/commit/2d3dd44))
|
|
|
|
|
|
<a name="0.3.1"></a>
|
|
## 0.3.1 (2016-03-26)
|
|
|
|
|
|
### Bug Fixes
|
|
|
|
* TypeError Invalid non-strig/buffer chunk ([53ec8a9](https://github.com/webpack/compression-webpack-plugin/commit/53ec8a9))
|
|
|
|
<a name="0.3.0"></a>
|
|
## 0.3.0 (2016-01-23)
|
|
|
|
|
|
### Bug Fixes
|
|
|
|
* Correct zopfli options ([1f3b595](https://github.com/webpack/compression-webpack-plugin/commit/1f3b595))
|
|
* plugin options syntax ([437bdff](https://github.com/webpack/compression-webpack-plugin/commit/437bdff))
|
|
|
|
### Features
|
|
|
|
* Add compression level option ([9d05172](https://github.com/webpack/compression-webpack-plugin/commit/9d05172))
|
|
* Add node-zopfli option ([2c22b1c](https://github.com/webpack/compression-webpack-plugin/commit/2c22b1c))
|
|
* Permit {path} and {query} in asset name ([12d167c](https://github.com/webpack/compression-webpack-plugin/commit/12d167c))
|
|
|
|
<a name="0.2.0"></a>
|
|
## 0.2.0 (2015-04-08)
|
|
|
|
|
|
### Features
|
|
|
|
* use webpack RawSource ([3c85a2b](https://github.com/webpack/compression-webpack-plugin/commit/3c85a2b))
|
|
|
|
|
|
<a name="0.1.2"></a>
|
|
## 0.1.2 (2015-04-08)
|
|
|
|
|
|
### Bug Fixes
|
|
|
|
* Double compression on worker-loader bundles ([7ce2b32](https://github.com/webpack/compression-webpack-plugin/commit/7ce2b32))
|
|
* Remove unneeded module.exports ([6f4e60d](https://github.com/webpack/compression-webpack-plugin/commit/6f4e60d))
|