0.20.0-rc.2
Pre-release
Pre-release
·
186 commits
to main
since this release
v0.20.0-rc.2 (2024-05-02)
⚠️ BREAKING-CHANGE
- This changes the default behavior of minification toalways off. It also drops the --no-minification argument in favor of a
--minify <value>
option.
Features
- #788 add a startup event to ensure the WebAssembly binding can be used (9678faa)
- add --color arg to clap struct (c8eb288)
- provide total wasm size to the initializer (228b198)
- #774 allow better control over minification, default to off (b5a234c)
- raise error for self closing script tags. (f7ff300)
- Allow compatability with non UTF-8 encodings. (ca081d3)