Skip to content

Tags: ammogcoder/minify

Tags

1.3.59

Toggle 1.3.59's commit message
Run tests with Docker

1.3.58

Toggle 1.3.58's commit message
Add test for matthiasmullie#227

1.3.57

Toggle 1.3.57's commit message
Add 7.2 to build matrix

1.3.56

Toggle 1.3.56's commit message
Leave calc expressions alone when stripping units off of 0

Fixed matthiasmullie#217

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