html-minimizer-webpack-plugin
Version:
html minimizer plugin for Webpack
34 lines (17 loc) • 1.34 kB
Markdown
# Changelog
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.
## [2.1.0](https://github.com/webpack-contrib/html-minimizer-webpack-plugin/compare/v2.0.0...v2.1.0) (2021-01-08)
### Features
* optimize HTML assets added later by plugins ([7198dac](https://github.com/webpack-contrib/html-minimizer-webpack-plugin/commit/7198dac4f5c9a0b91e586d64b79ae16133a16447))
## [2.0.0](https://github.com/webpack-contrib/html-minimizer-webpack-plugin/compare/v1.0.1...v2.0.0) (2020-11-09)
### ⚠ BREAKING CHANGES
* minimum supported `webpack` version is `5.1.0`
* removed the `cache` option (webpack automatically caches assets, please read https://webpack.js.org/configuration/other-options/#cache)
* removed the `cacheKeys` option (webpack automatically caches assets, please read https://webpack.js.org/configuration/other-options/#cache)
### [1.0.1](https://github.com/webpack-contrib/html-minimizer-webpack-plugin/compare/v1.0.0...v1.0.1) (2020-10-07)
### Chore
* update `schema-utils`
## 1.0.0 (2020-10-03)
Initial release
# 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.