Skip to content

Latest commit

 

History

History
42 lines (23 loc) · 871 Bytes

CHANGELOG.md

File metadata and controls

42 lines (23 loc) · 871 Bytes

Changelog

1.3.1 (2016-02-04)

  • New: Support for Jekyll 3.1.

1.3.0 (2015-07-07)

  • New: Support for Jekyll 3.

1.2.4 (2015-03-23)

  • Added html_press configuration for setting compression options.

1.2.3 (2015-03-09)

  • Fix: Improved method of checking if a page output will be an HTML page.

1.2.2 (2015-02-25)

  • Fix: No longer compresses non-HTML pages.

1.2.1 (2015-01-05)

  • Rewritten on top of Octopress Hooks.

1.2.0 (2015-01-05)

  • Added support for Jekyll collections.
  • Renamed to octopress-minify-html.

1.1.0 (2013-11-02)

  • [CHANGE] Now minifies HTML by default. Disable by setting config env to something other than production or by setting config minify_html: false.

1.0.1 (2013-10-25)

  • Now compatible with Jekyll 0.12+
  • Added tests for Jekyll 0.12 and Jekyll 1.0

1.0.0 (2013-10-24)

Initial Release