Skip to content

Tags: zartata/minify

Tags

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

1.3.0

Toggle 1.3.0's commit message
Other approach: don't add semicolons, just keep newline when in doubt

1.2.0

Toggle 1.2.0's commit message
I had accidentally undone some valid changes; restoring now