close
Skip to content

Releases: matthiasmullie/minify

1.3.75

Choose a tag to compare

@matthiasmullie matthiasmullie released this 25 Jun 13:14
Fix handling of decimal numbers in cleanupModernColors.

1.3.74

Choose a tag to compare

@matthiasmullie matthiasmullie released this 12 Jun 08:33
Merge branch 'EreMaijala-fix-backtrack-limit'

1.3.73

Choose a tag to compare

@matthiasmullie matthiasmullie released this 15 Mar 11:56
Tighten legacy color conversion

The existing regex was only separating on comma,
but `var()` statements (which can be used as values)
can also include a comma (after which follows a
default value)

This seemed to be the case in one instance in Bootstrap,
causing it to be minified incorrectly.

This replacement is more strict, and will only
convert colors made up of their literal values,
ignoring any that include `var()`s in there.

Fixes #422

1.3.72

Choose a tag to compare

@matthiasmullie matthiasmullie released this 13 Mar 12:02
make format

1.3.71

Choose a tag to compare

@matthiasmullie matthiasmullie released this 08 Jun 08:24
Fix PHP 5.5 tests

1.3.70

Choose a tag to compare

@matthiasmullie matthiasmullie released this 09 Dec 13:12
Merge branch 'Visualq-master'

1.3.69

Choose a tag to compare

@matthiasmullie matthiasmullie released this 17 Aug 06:28
Fix bug #395 Calc function missing on background-position property

1.3.68

Choose a tag to compare

@matthiasmullie matthiasmullie released this 28 Apr 13:21
Add convenience var for testing only certain paths

1.3.67

Choose a tag to compare

@matthiasmullie matthiasmullie released this 14 Apr 06:47
Merge branch 'rowhel95-rowhel95-patch-1'

1.3.66

Choose a tag to compare

@matthiasmullie matthiasmullie released this 14 Apr 06:47
Make test suite pass for all PHP versions