Skip to content

Latest commit

 

History

History
43 lines (29 loc) · 1.09 KB

File metadata and controls

43 lines (29 loc) · 1.09 KB

CHANGELOG

2.0.2 - 2026-04-18

Include test data in source distribution

2.0.1 - 2025-10-31

  • Fix compatibility with minify-html 0.17.1 and newer
  • Add Python 3.13 & 3.14 and drop Python 3.8 & 3.9

Contributed by Paolo Melchiorre via PR #7

2.0.0 - 2023-08-03

  • Rename plugin and move under Pelican Plugins organization
  • Restructure according to latest plugin best practices
  • Add JS_MIN setting and ability to minify JavaScript files
  • Replace all minifiers with minify-html

1.0.0 - 2022-02-19

  • Add configuration options: CSS_MIN, HTML_MIN, INLINE_CSS_MIN, INLINE_JS_MIN
  • Add ability to minify inline JS & CSS
  • Refactor for Pelican 4.x
  • Drop Python 2.7 support
  • Fix CSS minification failure on embedded SVG in CSS rules (url() function)

0.1.1 - 2015-01-19

Disable stripping of HTML attribute quotes

0.1.0 - 2014-07-06

Initial release