UglifyJS.git
2013-05-01 Mihai BazonMerge pull request #194 from ulikoehler/master
2013-05-01 Uli KöhlerAdd README syntax highlighting
2013-05-01 Mihai BazonTake two. v2.3.0
2013-05-01 Mihai Bazonv2.3
2013-04-29 Mihai BazonWorkaround for missing `prefix` in UnaryExpression...
2013-04-21 Mihai BazonMake compress/mangle disabled by default, as before...
2013-04-21 Mihai BazonMerge pull request #191 from michaelficarra/use-es5...
2013-04-21 Mihai BazonMerge pull request #190 from michaelficarra/patch-1
2013-04-20 Michael Ficarrafixes #189: use dotted member access when --screw-ie8...
2013-04-20 Michael Ficarraunbalanced parentheses in readme
2013-04-04 Roman BataevFix typeof evaluation for regex and function
2013-04-04 Roman BataevAdd tests for typeof evaluation
2013-03-31 Vladimir ZhuravlevQuote objects with numeric keys
2013-03-31 Mihai Bazonfix package.json
2013-03-31 Mihai BazonDon't use \xYY for identifiers
2013-03-31 Andreas Lind... Output, to_ascii: Escape non-ascii chars with \xnn...
2013-03-31 Andreas Lind... uglifyjs binary: Make read_whole_file async and don...
2013-03-25 Mihai BazonMerge pull request #163 from mzgol/screw-oldie
2013-03-25 Michał Gołębiowskirenamed --screw-ie to --screw-ie8, documented it in...
2013-03-24 Jake HardingAdd support for enclose option. Closes #139.
2013-03-23 Mihai BazonDon't print the warning on parse error, just throw...
2013-03-22 Mihai BazonKeep legit code working even when --screw-ie is not...
2013-03-13 Mihai BazonMerge pull request #125 from devongovett/master
2013-03-13 Mihai BazonSupport mangling toplevel names
2013-03-10 Mihai BazonDisable `unsafe` by default
2013-03-06 Mihai BazonMerge pull request #146 from mbostock/read-all-stdin
2013-03-06 Mike BostockRead the entire STDIN.
2013-03-04 Mihai BazonFix reordering comparisons
2013-03-02 Mihai BazonAdd `--screw-ie` option
2013-03-01 Mihai BazonDrop last `default:` if it's the last branch and empty
2013-03-01 Mihai BazonCompress boolean constants after evaluation
2013-02-22 Mihai BazonAdd license
2013-02-19 Mihai BazonFix compressing `do {...} while (false)`
2013-02-14 Mihai Bazonv2.2.5
2013-02-10 Devon GovettAllow inSourceMap to be a generated JSON source map...
2013-02-06 Mihai BazonForce space after literal regexp when used in "instance...
2013-02-06 Mihai BazonGive up evaluating (unary-prefix '-' 0)
2013-02-06 Mihai BazonFix parens for NaN
2013-02-06 Mihai BazonFix parens for negative numbers
2013-02-06 Mihai BazonFix parens for AST_New
2013-02-06 Mihai BazonFix handling of constants
2013-02-05 Mihai BazonUgly hack to print comments before return/throw statements
2013-02-04 Mihai BazonMerge pull request #111 from mattrobenolt/safer-sourcemap
2013-02-04 Matt RobenoltWraps sourceMappingURL in a multiline comment. Fixes...
2013-02-01 Mihai Bazonv2.2.4
2013-02-01 Mihai BazonFix end token for Assign nodes
2013-02-01 Mihai BazonMerge pull request #94 from paulmillr/patch-1
2013-01-24 Mihai BazonMerge pull request #106 from gibson042/105
2013-01-24 Richard GibsonFix #105: property comparison to undefined is not alway...
2013-01-20 Mihai BazonAdd --source-map-url option
2013-01-17 Mihai Bazon[AST_Hole] the print function can be a no-op.
2013-01-17 David GlasserFix output for arrays containing undefined values.
2013-01-17 Mihai BazonMerge pull request #98 from ForbesLindesay/patch-1
2013-01-17 Mihai BazonHandle String() with no arguments.
2013-01-17 Forbes LindesayUpdate installation instructions re #4
2013-01-13 Paul MillerAdd better fromstring docs.
2013-01-08 Mihai BazonMerge pull request #90 from jakearchibald/patch-1
2013-01-08 Jake ArchibaldCompressor options use underscores rather than hyphens
2013-01-04 Mihai Bazonv2.2.3
2013-01-04 Mihai BazonFix handling of labels in nested scopes
2013-01-04 Mihai BazonSupport `output`, `mangle` and `compress` options to...
2013-01-03 Mihai BazonMerge pull request #87 from BenoitZugmeyer/master
2013-01-03 Benoît ZugmeyerSet --version as a boolean #87
2013-01-03 Benoît Zugmeyer--version option
2013-01-02 Mihai BazonImplement `-m sort=true`
2012-12-21 Mihai BazonAccept string or number as name of an accessor.
2012-12-21 Mihai BazonOptimize new Array(1, 2, 3) → [1, 2, 3]
2012-12-21 Mihai BazonFix output when semicolons is off.
2012-12-12 Mihai BazonSmall cleanup
2012-12-06 Mihai Bazonv2.2.2
2012-12-06 Mihai BazonAdd proper parens in "NoIn" expressions.
2012-12-05 Mihai Bazonsmall improvement on merging assignments into hoisted...
2012-12-05 Mihai BazonWhen hoisting variables, try to merge in assignments...
2012-11-30 Mihai BazonRevert "Fixed reading from STDIN."
2012-11-30 Mihai BazonAdd test for issue #59
2012-11-30 Mihai BazonDon't messup compressor stack while optimizing Switch
2012-11-29 Mihai BazonMerge pull request #58 from roxeteer/master
2012-11-29 Visa KopuFixed reading from STDIN.
2012-11-24 Mihai Bazonfix #55
2012-11-23 Mihai Bazonv2.2.1
2012-11-23 Mihai Bazonfix for https://github.com/mishoo/UglifyJS/issues/474
2012-11-21 Mihai Bazonrename the npm package to "uglify-js" and cli tool...
2012-11-18 Mihai Bazonfix #51
2012-11-17 Mihai Bazonretain (1,eval) as is when it's the expression of an...
2012-11-14 Richard van... Add support for somewhat preserving line numbers.
2012-11-14 Mihai Bazonbetter solution for the last test in constant switch...
2012-11-14 Mihai Bazonoptimize constant switch blocks
2012-11-13 Mihai BazonMerge branch 'optimize_concat' of https://github.com...
2012-11-13 Mihai Bazondon't change order in binary expressions if both operan...
2012-11-12 Richard van... Add simple optimization for empty-string concats.
2012-11-12 Mihai Bazonv2.1.11
2012-11-12 Mihai Bazonfix invalid AST produced by dropping unused variable
2012-11-12 Mihai BazonMerge pull request #41 from Skalman/toString-patch
2012-11-11 Dan Wolffconvert x.toString() to ""+x instead of x+""
2012-11-09 Mihai Bazondeclare dependency versions
2012-11-08 Mihai BazonAST_LabelRef no longer inherits from AST_SymbolRef
2012-11-08 Mihai Bazonv2.1.10
2012-11-08 Mihai Bazonfix API breakage
2012-11-08 Mihai Bazonoptimization for if/break as first statement in a loop...
2012-11-07 Mihai Bazonignore node_modules/
next