- Support Django 5.2.
- Drop Django 3.2 to 4.1 support.
- Drop Python 3.8 support.
- Support Python 3.13.
- Support Django 5.1.
- Extend the
@no_html_minification
decorator to support asynchronous views.
Accidental, empty release.
- Fix ASGI compatibility on Python 3.12.
- Support Django 5.0.
Fix the value in the
Content-Length
header to correctly count bytes, rather than unicode characters.Thanks to Haydn Greatnews in PR #143.
- Support Python 3.12.
- Support Django 4.2.
- Support Python 3.11.
- Support Django 4.1.
- Drop support for Django 2.2, 3.0, and 3.1.
- Add async support to the middleware, to reduce overhead on async views.
- Added the
@no_html_minification
view decorator.
- Initial release.