v0.8.1 changelog

This commit is contained in:
Wilson Lin 2022-06-17 11:58:21 +10:00 committed by GitHub
parent f3a3299d02
commit 64e880684a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 0 deletions

View File

@ -1,5 +1,11 @@
# minify-html changelog
## 0.8.1
- Create wrapper index.js for Node.js library to support ESM.
- Do not consider empty `value` attributes on `option` elements as redundant.
- Consider `crossorigin` attributes as boolean.
## 0.8.0
- Minify whitespace in SVG elements.