Skip to content

Releases: cobrateam/django-htmlmin

hmltmin 0.11.0

18 Mar 01:27
Compare
Choose a tag to compare

support Django 1.11 and Django 2

htmlmin 0.10.0

15 Oct 01:43
Compare
Choose a tag to compare
  • Support the new Django 1.10 MIDDLEWARE style
  • Release as a universal wheel

htmlmin 0.9.1

21 Mar 03:39
Compare
Choose a tag to compare
  • middleware: check if content-type is defined: #98

htmlmin 0.9.0

30 Jan 03:32
Compare
Choose a tag to compare
  • minify html respose for all status_code, making possible minify error pages
  • support Django 1.9.1

htmlmin 0.8.0

04 Oct 00:40
Compare
Choose a tag to compare
  • 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