JS Minify 1.3.4 released.
What’s new in the newest version:
Added option collapse variables, collapse single-use non-constant variables.
Added option apply optimizations to binary nodes, attempts to negate binary nodes, e.g. a = !b && !c → a=!(b||c)
Fixed a couple of minor bugs