Skip to content

Tags: igll/minify

Tags

1.3.10

Toggle 1.3.10's commit message
Limit what zeroes can be truncated

1.3.9

Toggle 1.3.9's commit message
Improve zero-value shortening

Fixes issue matthiasmullie#24

1.3.8

Toggle 1.3.8's commit message
Shorten zero-values

1.3.7

Toggle 1.3.7's commit message
Don't assume paths are set

Both from and/or to can be nothing (when fed plain content
instead of reading from a file, or when just returning content
instead of writing to new file)

In those cases, realpath() wouldn't make sense and would just
return the `pwd`, converting paths relative to whatever PHP
script is running.

1.3.6

Toggle 1.3.6's commit message
Add tests for recent issues

1.3.5

Toggle 1.3.5's commit message
Seperate JS files by ; & more thorough checking for ++ & --

1.3.4

Toggle 1.3.4's commit message
Fix SyntaxError: identifier starts immediately after numeric literal

1.3.3

Toggle 1.3.3's commit message
Don't remove space between a+ ++b

1.3.2

Toggle 1.3.2's commit message
Update README

1.3.1

Toggle 1.3.1's commit message
Fix \-as-division from being interpreted as regex

Fixes issue matthiasmullie#14