Releases: monosans/mkdocs-minify-html-plugin
Releases · monosans/mkdocs-minify-html-plugin
v0.3.0
- Bump
minify_html
from v0.15.0 to v0.16.4. Some config options were renamed, see changelog.
v0.2.5
- Add support for PyPy 3.11 and free-threaded CPython 3.13.
v0.2.4
- Require Python >= 3.9.
- Build for more platforms and manylinux versions to improve performance on modern systems.
v0.2.3
- Add Python 3.13 support.
- Rebuild with updated compiler and dependencies.
v0.2.2
- Rebuild with updated compiler and dependencies.
v0.2.1
- Unpin dependencies.
- Don't require typing-extensions on Python >= 3.12.
v0.2.0
- Bundle
minify-html
with the plugin to avoid depending on the PyPI package. This version uses minify-html
v0.15.0.
- Lower the minimum required version of Python from 3.8 to 3.7.