- New: Support for Jekyll 3.1.
- New: Support for Jekyll 3.
- Added
html_press
configuration for setting compression options.
- Fix: Improved method of checking if a page output will be an HTML page.
- Fix: No longer compresses non-HTML pages.
- Rewritten on top of Octopress Hooks.
- Added support for Jekyll collections.
- Renamed to octopress-minify-html.
- [CHANGE] Now minifies HTML by default. Disable by setting config
env
to something other thanproduction
or by setting configminify_html: false
.
- Now compatible with Jekyll 0.12+
- Added tests for Jekyll 0.12 and Jekyll 1.0
Initial Release