Changelog
[2.1.1] - 2024-04-28
Changelog
[2.1.0] - 2023-10-19
Changelog
[2.0.4] - 2023-04-15
<script>
and <style>
with SRI [#220]<style>
or <script>
with SRI [#220]Changelog
[2.0.3] - 2022-11-13
HtmlMinimizerWebpackPlugin
collapseWhitespace
: handle textNode when comment is preserved [#184]minifyUrls
: srcset & javascript: url [#185]collapseBooleanAttributes
: empty string attributesChangelog
[2.0.1] - 2022-04-04
This version contains a critical bug [#182]. Don't use it.
<img sizes>
[#180]Changelog
[2.0.0] - 2022-01-12
The major version has to be released because of vulnerability in PostCSS (see [#165])
minifyUrl
, minifyJs
, removeUnusedCss
, minifyCss
). This might be a breaking change for you. Check the docs: https://github.com/posthtml/htmlnano/pull/168/filesmergeScripts
& mergeStyles
in the safe preset [#170].Changelog
[1.1.0] - 2021-09-19
This version contains fatal errors. Please use [1.1.1] instead.
removeRedundantAttributes
[#158].normalizeAttributeValues
module to normalize casing of attribute values [#163].removeComments
[#156].removeEmptyAttributes
[#161].collapseWhitespace
[#145].minifyJs
and minifyUrls
enhancement [#159].collapseAttributeWhitespace
[#157].Changelog
[1.0.1] - 2021-09-11