- Change the default CSS minifier optimisation level to 1, as higher levels may perform dangerous optimisations. - Allow configuring the CSS minifier optimisation level. - Fix building from source in Node.js postinstall.js script.
0.10.8
- [Node.js] Fix assertion failure panic on invalid argument type. - Do not consider empty `href` attributes as redundant.
0.10.7
- Bump [minify-js](https://github.com/wilsonzlin/minify-js) to 0.4.2.
0.10.6
- Improve handling of RCDATA text content in edge cases.
0.10.5
- Do not encode entities in RCDATA text content (e.g. contents of `<textarea>` and `<title>`).
0.10.4
- Use FxHasher for internal hash-based data structures. - Bump [css-minify](https://github.com/Mnwa/css-minify) to 0.3.1. - [WASM] Add `type` and `main` fields to package.json. - [Node.js] Improve invalid argument type error messages.