Skip to content

Releases: mrf345/flask_minify

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

0.35

07 Dec 17:27
eb2b713
Compare
Choose a tag to compare
Merge pull request #68 from mrf345/testing

Fix fail_safe option, and readme examples

0.34

05 Dec 12:48
101c41c
Compare
Choose a tag to compare
Merge pull request #66 from mrf345/testing

Refactor runtime_options and drop parser_precedence, hashing

0.33

04 Dec 23:17
89ebf2d
Compare
Choose a tag to compare

Introduces a breaking change to the expected output, in this release lesscpy will be replaced by cssmin as the default css minifier, so no more less compiling by default. In case you don't want that, follow this example.