Releases: kangax/html-minifier
Releases · kangax/html-minifier
3.3.0
Improvements
- upgrade to
clean-css 4.0.0
(#772)
3.2.3
Bug fixes
- retain attribute quotes around values containing custom fragments (#757, #760)
3.2.0
a.k.a. 3.2.2 (npm SNAFU Edition) 😏
Improvements
- remove
change-case
from dependencies (#736)
- extend
removeEmptyAttributes
to allow custom rules (#744)
3.1.1
Bug fixes
- fix backreferences usage in
ignoreCustomFragments
(#733, #738)
3.1.0
Bug fixes
- handle line-breaks around custom fragments gracefully (#719, #720)
Improvements
- improve
collapseWhitespace
with trimCustomFragments
(#722, #723)
3.0.3
Bug fixes
collapseWhitespace
removes attribute whitespaces in <wbr>
(#713, #715)
3.0.2
Bug fixes
removeComments
overrides htmlmin:ignore
sometimes (#696, #699)
3.0.1
Bug fixes
- cli does not process subdirectories when --file-ext is specified (#686, #687)
Improvements
- cli
--input-dir
no long creates empty subdirectories (#688)
3.0.0
Improvements
- support selective batch processing with
--file-ext
(#665, #680)
- drop support for Node.js 0.10 (#682, #683)
2.1.7
Bug fixes
- fix whitespace interactions between minifyCSS and collapseWhitespace (#664, #676)
- fix interactions between minifyJS and ignoreCustomFragments (#679, #681)
Improvements
- support minifyCSS on media queries (#669, #677)