Skip to content

0.20.0-rc.2

Pre-release
Pre-release
Compare
Choose a tag to compare
@github-actions github-actions released this 02 May 09:46
· 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)

Fixes

  • retain the insertion order of SRI resources (ce2ec22)
  • replace console.debug with console.log in initializer example. (5198f33)
  • make manually inserted HTML, spec compliant. (d6234ef)
  • append content inside the element, not after it (357f3c0)