1.0.0
After more than 4 years of development, it's time to release a stable 1.0.0 version 🎉
It doesn't contain anything new from the previous 0.2.9 release.
We just did a major upgrade of two dependencies: PurgeCSS and SVGO,
which changed their config format.
Thus we have to do a major release of htmlnano
.
You can safely upgrade to [email protected]
if you don't pass any config to minifySvg
or removeUnusedCss
(while used with PurgeCSS) modules.
Otherwise, you have to adapt the config according to the new PurgeCSS@3 and SVGO@2 config format.