Skip to content

Releases: mrf345/flask_minify

0.50

Choose a tag to compare

@mrf345 mrf345 released this 29 Mar 06:21
d08964b

What's Changed

  • Fix decorators cache skipping. Add parser and cache abstract base classes by @mrf345 in #101

Full Changelog: 0.49...0.50

0.49

Choose a tag to compare

@mrf345 mrf345 released this 31 Jan 04:15
844db5a

What's Changed

  • Update workflow actions, and remove deprecated dash option by @mrf345 in #99
  • Drop support for python 3.7, add 3.13, and replace make with nox by @mrf345 in #100

Full Changelog: 0.48...0.49

0.48

Choose a tag to compare

@mrf345 mrf345 released this 14 Jul 20:17
6884507

What's Changed

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

Full Changelog: 0.47...0.48

0.47

Choose a tag to compare

@mrf345 mrf345 released this 13 Jun 18:28
b7ce727

What's Changed

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

Full Changelog: 0.46...0.47

0.46

Choose a tag to compare

@mrf345 mrf345 released this 08 Jun 01:26
4030460

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

Choose a tag to compare

@mrf345 mrf345 released this 07 Jun 21:50
bd0b3b6

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

Choose a tag to compare

@mrf345 mrf345 released this 07 May 11:34
99754a2
Enable html `remove_empty_space` runtime option

0.41: Merge pull request #82 from mrf345/testing

Choose a tag to compare

@mrf345 mrf345 released this 21 Oct 21:24
76e77b7
fix lazy initialization missing app bug, and refactor

0.40: Merge pull request #80 from mrf345/testing

Choose a tag to compare

@mrf345 mrf345 released this 02 Oct 20:45
6d80c17
refactor: remove the use of `_app_ctx_stack`

0.39: Merge pull request #74 from mrf345/testing

Choose a tag to compare

@mrf345 mrf345 released this 05 Apr 17:23
56374ed
Fix black build failure, and remove click pin