Skip to content

Releases: byrnereese/mkdocs-minify-plugin

mkdocs-minify-plugin-0.7.1

01 Aug 10:33
Compare
Choose a tag to compare
  • Updated custom_dir retrieval to prevent user_configs is never used deprecation warning (#31)

mkdocs-minify-plugin-0.7.0

25 Jul 07:31
Compare
Choose a tag to compare
  • Made the plugin compatible with MkDocs 1.5 (#30).

mkdocs-minify-plugin-0.6.4

14 Mar 21:34
Compare
Choose a tag to compare
  • Updated htmlmin dependency in setup.py

mkdocs-minify-plugin-0.6.3

13 Mar 15:31
Compare
Choose a tag to compare
  • Updated htmlmin to avoid DeprecationWarning at build time (#25)
  • Fixed issue where jsmin was called without quote_chars option when cache_safe was disabled (#27)
  • Fixed issue where plugin crashed when using the custom_dir directory for assets (#27)

mkdocs-minify-plugin-0.6.2

28 Nov 07:56
Compare
Choose a tag to compare
  • Always call jsmin with quote_chars="'\"`" to improve compatibility with ES6 code.

mkdocs-minify-plugin-0.6.1

24 Oct 06:50
Compare
Choose a tag to compare

mkdocs-minify-plugin-0.6.0

20 Oct 20:57
Compare
Choose a tag to compare
  • Added cache_safe option.
  • Refactored and optimized code.

mkdocs-minify-plugin-0.5.0

18 Oct 06:40
276bf84
Compare
Choose a tag to compare
  • Added support for minifying CSS files.

mkdocs-minify-plugin-0.4.1

20 Sep 06:28
Compare
Choose a tag to compare
  • Updated dependencies. Now requires jsmin >3.0.0 and Python >3.0.