babel-plugin-template-html-minifier
Version:
Minify HTML in tagged template strings using html-minifier
67 lines (27 loc) • 2.94 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.
## [4.1.0](https://github.com/cfware/babel-plugin-template-html-minifier/compare/v4.0.0...v4.1.0) (2020-04-07)
### Features
* Switch to html-minifier-terser ([#52](https://github.com/cfware/babel-plugin-template-html-minifier/issues/52)) ([f81fe58](https://github.com/cfware/babel-plugin-template-html-minifier/commit/f81fe58dd1d703782b5ae974cdf8322de06c7047))
## [4.0.0](https://github.com/cfware/babel-plugin-template-html-minifier/compare/v3.1.0...v4.0.0) (2020-01-26)
### ⚠ BREAKING CHANGES
* bump requirement to node.js 10.13.0
### Features
* bump requirement to node.js 10.13.0 ([84755e7](https://github.com/cfware/babel-plugin-template-html-minifier/commit/84755e7210daff50abc61a5b6bddbd32e5ba2943))
* support minifying partial css ([#35](https://github.com/cfware/babel-plugin-template-html-minifier/issues/35)) ([c1a649f](https://github.com/cfware/babel-plugin-template-html-minifier/commit/c1a649f97ccf595960d0efe219d020712d8dcd0b))
## [3.1.0](https://github.com/cfware/babel-plugin-template-html-minifier/compare/v3.0.2...v3.1.0) (2019-07-24)
### Features
* Configurable html-minifier error handling ([#34](https://github.com/cfware/babel-plugin-template-html-minifier/issues/34)) ([d1f4c06](https://github.com/cfware/babel-plugin-template-html-minifier/commit/d1f4c06))
### [3.0.2](https://github.com/cfware/babel-plugin-template-html-minifier/compare/v3.0.1...v3.0.2) (2019-07-14)
### Bug Fixes
* don't crash when a class has javascript mixins ([#33](https://github.com/cfware/babel-plugin-template-html-minifier/issues/33)) ([dba245f](https://github.com/cfware/babel-plugin-template-html-minifier/commit/dba245f)), closes [#32](https://github.com/cfware/babel-plugin-template-html-minifier/issues/32)
### [3.0.1](https://github.com/cfware/babel-plugin-template-html-minifier/compare/v3.0.0...v3.0.1) (2019-06-07)
# [3.0.0](https://github.com/cfware/babel-plugin-template-html-minifier/compare/v2.3.0...v3.0.0) (2019-05-03)
### Bug Fixes
* Drop Node.js 6 ([c0b33b3](https://github.com/cfware/babel-plugin-template-html-minifier/commit/c0b33b3))
* Throw babel code frame error when something major is deleted ([#25](https://github.com/cfware/babel-plugin-template-html-minifier/issues/25)) ([926b7e5](https://github.com/cfware/babel-plugin-template-html-minifier/commit/926b7e5))
### BREAKING CHANGES
* Node.js 6 is no longer supported by this plugin
# [2.3.0](https://github.com/cfware/babel-plugin-template-html-minifier/compare/v2.2.1...v2.3.0) (2019-04-01)
### Features
* **package:** update html-minifier to version 4.0.0 ([#18](https://github.com/cfware/babel-plugin-template-html-minifier/issues/18)) ([6372fc6](https://github.com/cfware/babel-plugin-template-html-minifier/commit/6372fc6))