Releases: byrnereese/mkdocs-minify-plugin
Releases · byrnereese/mkdocs-minify-plugin
mkdocs-minify-plugin-0.7.1
01 Aug 10:33
Compare
Sorry, something went wrong.
No results found
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
Sorry, something went wrong.
No results found
Made the plugin compatible with MkDocs 1.5 (#30 ).
mkdocs-minify-plugin-0.6.4
14 Mar 21:34
Compare
Sorry, something went wrong.
No results found
Updated htmlmin dependency in setup.py
mkdocs-minify-plugin-0.6.3
13 Mar 15:31
Compare
Sorry, something went wrong.
No results found
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
Sorry, something went wrong.
No results found
Always call jsmin with quote_chars="'\"`" to improve compatibility with ES6 code.
mkdocs-minify-plugin-0.6.1
24 Oct 06:50
Compare
Sorry, something went wrong.
No results found
mkdocs-minify-plugin-0.6.0
20 Oct 20:57
Compare
Sorry, something went wrong.
No results found
Added cache_safe option.
Refactored and optimized code.
mkdocs-minify-plugin-0.5.0
18 Oct 06:40
Compare
Sorry, something went wrong.
No results found
Added support for minifying CSS files.
mkdocs-minify-plugin-0.4.1
20 Sep 06:28
Compare
Sorry, something went wrong.
No results found
Updated dependencies. Now requires jsmin >3.0.0 and Python >3.0.