Skip to content

0.20.0-alpha.1

Pre-release
Pre-release
Compare
Choose a tag to compare
@github-actions github-actions released this 18 Apr 12:47
· 237 commits to main since this release

v0.20.0-alpha.1 (2024-04-18)

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

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

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