* Updated `custom_dir` retrieval to prevent `user_configs is never used` deprecation warning (31)
0.7.0
* Made the plugin compatible with MkDocs 1.5 (30).
0.6.4
* Updated htmlmin dependency in setup.py
0.6.3
* 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)
0.6.2
* Always call jsmin with ``quote_chars="'\"`"`` to improve compatibility with ES6 code.
0.6.1
* Fixed issue where SVG code in minified CSS files wasn't handled properly (see https://github.com/sprymix/csscompressor/issues/9).