Releases: penibelst/jekyll-compress-html
Releases · penibelst/jekyll-compress-html
3.2.0
- Migrated CI to github actions
- Added the option to disable compression on a page-by-page basis with
compress_html: false
3.1.0
Kryštof Korb (1):
- Add shortcut for all ignoring environments
3.0.4
Removes some unstable tags from the default endings (That would frequently not work correctly in valid HTML)
Version 3.0.2
- Fix line eating bug (#74)
- Improve blanklines performance (#74)
- Add benchmarking for blanklines mode and no compression mode (#75, #73)
Version 3.0.1
Fix inconsistancy with final blank line per pre (#68)
Version 3.0.0
- New option
blanklines
(#64)
- Fix bug with nested comments (#66)
- Drop option
ignore.whitespaces
(#64)
Version 2.0.0
Remove the debugging option and make it work in Jekyll 3 (#45)
Version 1.4.0
Add a shortcut for all comments (#40)
Version 1.3.0
Rename debugging to profile (#44)