Skip to content

Tags: tetrode/minify

Tags

1.3.55

Toggle 1.3.55's commit message
Fix PHP5.3 compatibility

Yet another ugly workaround...
Fixes matthiasmullie#208

1.3.54

Toggle 1.3.54's commit message
Regexes can also start in array

Fixes matthiasmullie#209

1.3.53

Toggle 1.3.53's commit message
Use docker-compose for faster volume switching

1.3.52

Toggle 1.3.52's commit message
Don't confuse comments with regex

Fixed matthiasmullie#199

1.3.51

Toggle 1.3.51's commit message
Regexes can follow `!`

Fixes matthiasmullie#197

1.3.50

Toggle 1.3.50's commit message
Require that a regex has some content

Otherwise, the `//` that start a comment could be misread
as regexes.

Fixes matthiasmullie#196

1.3.49

Toggle 1.3.49's commit message
Improve regex detection

Fixes matthiasmullie#195

1.3.48

Toggle 1.3.48's commit message
Allow `=` inside regexes

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

Toggle 1.3.47's commit message
Quote url() uri's with quotes in them

Fixes matthiasmullie#193

1.3.46

Toggle 1.3.46's commit message
Fix newline trimming around tilde

Fixed matthiasmullie#185