Skip to content

0.20.0-rc.1

Pre-release
Pre-release
Compare
Choose a tag to compare
@github-actions github-actions released this 26 Apr 10:07
· 189 commits to main since this release

v0.20.0-rc.1 (2024-04-26)

⚠️ 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

  • 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)