This repository has been archived on 2025-10-15. You can view files and clone it, but you cannot make any changes to its state, such as pushing and creating new issues, pull requests or comments.
minify-html/CHANGELOG.md

389 B

minify-html changelog

0.6.9

  • Intrepret type=module on <script> tags as a JavaScript MIME eligible for its contents to be minified as JavaScript (previously it would not be and so its contents would be considered data and never minified as JavaScript).
  • Fix issue where spaces are not added between unquoted attributes even when cfg.keep_spaces_between_attributes is true.