Skip to content

Releases: matthiasmullie/minify

1.3.53

13 Oct 16:16
Compare
Choose a tag to compare
Use docker-compose for faster volume switching

1.3.52: Don't confuse comments with regex

13 Oct 16:14
Compare
Choose a tag to compare

1.3.51: Regexes can follow `!`

14 Sep 12:39
Compare
Choose a tag to compare

1.3.50: Require that a regex has some content

13 Sep 17:32
Compare
Choose a tag to compare
Otherwise, the `//` that start a comment could be misread
as regexes.

Fixes #196

1.3.49: Improve regex detection

13 Sep 13:19
Compare
Choose a tag to compare

1.3.48: Allow `=` inside regexes

13 Sep 13:18
Compare
Choose a tag to compare
A fix for something else introduced a potential issue that when
regular expressions have a `=` inside them, they wouldn't be
recognized as such.

This should make the regex detection more robust by checking
the surrounding code, instead of limiting what can be inside.

1.3.47: Quote url() uri's with quotes in them

11 Sep 15:32
Compare
Choose a tag to compare

1.3.46: Fix newline trimming around tilde

06 Jul 12:36
Compare
Choose a tag to compare

1.3.45: Don't collapse newlines after 'continue'

14 Jun 14:32
Compare
Choose a tag to compare

1.3.44

16 Mar 16:49
Compare
Choose a tag to compare
Add test for #163