Releases: cobrateam/django-htmlmin
Releases · cobrateam/django-htmlmin
hmltmin 0.11.0
support Django 1.11 and Django 2
htmlmin 0.10.0
- Support the new Django 1.10 MIDDLEWARE style
- Release as a universal wheel
htmlmin 0.9.1
- middleware: check if content-type is defined: #98
htmlmin 0.9.0
- minify html respose for all status_code, making possible minify error pages
- support Django 1.9.1
htmlmin 0.8.0
- improve performance making EXCLUDE_TAGS and TEXT_FLOW into sets
- 'sup' tag to TEXT_FLOW
- modify whitespace regex to keep non-breaking spaces
- support Python 3
- support Django 1.8