Flask HTMLmin Versions Save

Flask HTML response minifier

v2.2.1

1 year ago

What's Changed

New Contributors

Full Changelog: https://github.com/hamidfzm/Flask-HTMLmin/compare/v2.2.0...v2.2.1

v2.2.0

2 years ago
  • Inline CSS minification (@cRyp70s)
  • Update README (@hamidfzm)
  • Bump Pipfile dependencies (@dependabot)

v2.1.0

3 years ago
  • Update README (@hamidfzm)
  • Bump Pipfile dependencies (@dependabot)

v2.0.3

3 years ago
  • Fix minor issues

v2.0.2

4 years ago
  • Fix bug in Github publish to PyPi action

v2.0.1

4 years ago
  • Fix bug in Github publish to PyPi action

v2.0.0

4 years ago

This release comes in the midst of a global pandemic. Wish you a healthy life with lots of success.

  • Dropped support for Python 2.7 (setuptools stopped supporting it so basically you can't install this project in Python 2.7)
  • Migrate from Travis CI to Github Actions
  • Migrate from Coveralls to Codecov
  • Update README
  • Update PyPI description
  • Fix comments typo (@timgates42)

v1.5.2

4 years ago
  • Fix setup.py issues
  • Update setup.py categories
  • Fix tests
  • Change MINIFY_PAGE to MINIFY_HTML
  • Add deprecation warning for old config

I'm going to implement a caching solution for minified HTML. Any suggestions would be greatly appreciated.

v1.5.0

5 years ago
  • Add Route (or URL rule) exemption (@hamidfzm)
  • Update tests (@hamidfzm)
  • Add python 3.7 support (@hamidfzm)
  • Update README (@hamidfzm)
    • Example
    • Badges

v1.4.0

5 years ago
  • Add tests (@mrf345)
  • Add Travis CI (@hamidfzm)
  • Add Coveralls (@hamidfzm)