Skip to content

Releases: matthiasmullie/minify

1.3.75

25 Jun 13:14
Compare
Choose a tag to compare
Fix handling of decimal numbers in cleanupModernColors.

1.3.74

12 Jun 08:33
Compare
Choose a tag to compare
Merge branch 'EreMaijala-fix-backtrack-limit'

1.3.73

15 Mar 11:56
Compare
Choose a tag to compare
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

13 Mar 12:02
Compare
Choose a tag to compare
make format

1.3.71

08 Jun 08:24
Compare
Choose a tag to compare
Fix PHP 5.5 tests

1.3.70

09 Dec 13:12
Compare
Choose a tag to compare
Merge branch 'Visualq-master'

1.3.69

17 Aug 06:28
Compare
Choose a tag to compare
Fix bug #395 Calc function missing on background-position property

1.3.68

28 Apr 13:21
Compare
Choose a tag to compare
Add convenience var for testing only certain paths

1.3.67

14 Apr 06:47
Compare
Choose a tag to compare
Merge branch 'rowhel95-rowhel95-patch-1'

1.3.66

14 Apr 06:47
Compare
Choose a tag to compare
Make test suite pass for all PHP versions