Skip to content

Releases: cobrateam/django-htmlmin

hmltmin 0.11.0

Choose a tag to compare

@andrewsmedina andrewsmedina released this 18 Mar 01:27

support Django 1.11 and Django 2

htmlmin 0.10.0

Choose a tag to compare

@andrewsmedina andrewsmedina released this 15 Oct 01:43
  • Support the new Django 1.10 MIDDLEWARE style
  • Release as a universal wheel

htmlmin 0.9.1

Choose a tag to compare

@andrewsmedina andrewsmedina released this 21 Mar 03:39
  • middleware: check if content-type is defined: #98

htmlmin 0.9.0

Choose a tag to compare

@andrewsmedina andrewsmedina released this 30 Jan 03:32
  • minify html respose for all status_code, making possible minify error pages
  • support Django 1.9.1

htmlmin 0.8.0

Choose a tag to compare

@andrewsmedina andrewsmedina released this 04 Oct 00:40
  • 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