Skip to content

Releases: mrf345/flask_minify

0.48

14 Jul 20:17
6884507
Compare
Choose a tag to compare

What's Changed

  • Fix missing go dependency exception with default options by @mrf345 in #98

Full Changelog: 0.47...0.48

0.47

13 Jun 18:28
b7ce727
Compare
Choose a tag to compare

What's Changed

  • Replace go html parser deprecated option by @mrf345 in #96

Full Changelog: 0.46...0.47

0.46

08 Jun 01:26
4030460
Compare
Choose a tag to compare

What's Changed

  • Add support for tdewolff minify by @mrf345 in #88
  • fix: setup optional requirement, and bump to 0.46 by @mrf345 in #94

Full Changelog: 0.43...0.46

0.43

07 Jun 21:50
bd0b3b6
Compare
Choose a tag to compare

What's Changed

  • fix: pin pytest for pipeline by @mrf345 in #90
  • Chore: replace unmaintained htmlmin with fork by @mrf345 in #93

Full Changelog: 0.42...0.43

0.42: Merge pull request #85 from mrf345/testing

07 May 11:34
99754a2
Compare
Choose a tag to compare
Enable html `remove_empty_space` runtime option

0.41: Merge pull request #82 from mrf345/testing

21 Oct 21:24
76e77b7
Compare
Choose a tag to compare
fix lazy initialization missing app bug, and refactor

0.40: Merge pull request #80 from mrf345/testing

02 Oct 20:45
6d80c17
Compare
Choose a tag to compare
refactor: remove the use of `_app_ctx_stack`

0.39: Merge pull request #74 from mrf345/testing

05 Apr 17:23
56374ed
Compare
Choose a tag to compare
Fix black build failure, and remove click pin

0.37

09 Feb 06:31
17f59ed
Compare
Choose a tag to compare
Merge pull request #72 from mrf345/testing

Bump version to 0.37

0.36

15 Dec 20:26
5f8bab3
Compare
Choose a tag to compare
Merge pull request #69 from mrf345/testing

Add caching module and refactor code