Skip to content

v2.1.0

Latest

Choose a tag to compare

@github-actions github-actions released this 25 Nov 09:35
· 11 commits to main since this release
Immutable release. Only release title and notes can be modified.
v2.1.0
e0bd2f7

This release adds a special new alwaysWriteMinifiedHTML option, requested in #7 (thanks @s5bug!), which is only used by this Astro integration and not passed to the underlying html-minifier-next library. Setting it to true causes the integration to always overwrite the HTML assets with their minified results, regardless of size. By default, they are only overwritten if the minified result is smaller.
See the README for more info.

What's Changed

General

  • feat: add alwaysWriteMinifiedHTML option to force writing minified html, regardless of size by @jonasgeiler in #10

Full Changelog: v2.0.2...v2.1.0