Releases: deanhume/html-minifier
Releases · deanhume/html-minifier
v.1.9.3
v1.9.2
This is version 1.9.2 of the HTML Minifier.
Updates
- Added tests for accept tags in input type file as per this issue.
- Updated the tool folder with a 64 bit version of the exe. See this issue for more details.
Full Changelog: v1.9.1...v1.9.2
Version 1.9.1
This is version 1.9 of the HTML minifier.
Updates
- Updated to the latest .NET framework 4.7.2
- Updated with any missing changes
Version 1.9
This is version 1.9 of the HTML minifier.
Updates
Fixed encoding bug with UTF8 characters @MiroRadenovic 👍
Version 1.8
This is version 1.8 of the HTML minifier.
Updates
- Fixed an issue with file extensions
- Added feature switches to disable HTML minification & JS minification if necessary
- Nice refactoring thanks to @heldersepu 👍
Version 1.7
Version 1.6
Version 1.5
This is version 1.5 of the HTML minifier.
Updates
Updated version
Added code to remove JavaScript comments between script tags.
Version 1.4
This is version 1.4 of the HTML minifier.
Updates
- Updated version
- Added support for Nancy
- Added optional parameter to break to next line if there is a max character count
Version 1.3
This is version 1.3 of the HTML minifier.
Updates
- Updated version
- Confirmed that solution works in VS2015