UglifyJS.git
2014-07-01 Mihai BazonCheck for the case an AST_For's init is an EmptyStatement
2014-07-01 Dan WolffEvaluate "foo".length ==> 3
2014-06-26 Mihai BazonMerge pull request #499 from shinnn/master
2014-06-26 Shinnosuke... Do not run a test for Node v0.4
2014-06-12 Mihai Bazonv2.4.14
2014-04-27 Mihai BazonActually, even better. #475
2014-04-27 Mihai BazonBetter fix for #475
2014-04-27 Mihai BazonFix parens in +(+x). Close #475
2014-04-24 Mihai BazonMerge branch 'master' of github.com:mishoo/UglifyJS2
2014-04-24 Mihai BazonMerge pull request #445 from ConradIrwin/try-statement
2014-04-18 Mihai BazonUpdate tests.
2014-04-18 Mihai BazonAlways quote property names that contain non-ASCII...
2014-04-13 Mihai BazonMerge pull request #470 from ebednarz/master
2014-04-13 OiNutteradd sourceMappingUrl to output in node module
2014-04-13 ebednarzFix sourceMapIncludeSources exception in Node API
2014-03-24 Mihai BazonMerge pull request #454 from Arnavion/allow-colons...
2014-03-23 ArnavionAllow colons in the pairs passed to AST_Toplevel.wrap_e...
2014-03-11 Mihai Bazonv2.4.13
2014-03-07 Conrad IrwinHandle TryStatements trees from acorn >=0.2.0
2014-03-03 Mihai BazonMerge pull request #439 from Arnavion/null-source-in...
2014-03-03 ArnavionHandle the case when SourceMapConsumer.originalPosition...
2014-02-14 Mihai BazonMangle name of exception when --screw-ie8. Fix #430.
2014-02-08 Mihai BazonAdd option `keep_fargs`.
2014-02-07 Mihai BazonMerge pull request #424 from mattbasta/simplify_conditi...
2014-02-06 Matt BastaSimplify nested conditionals if possible
2014-02-06 Mihai BazonMerge pull request #422 from mourner/patch-1
2014-02-06 Vladimir Agafonkinfix readme typo (when -> with)
2014-01-31 Mihai BazonFix if_return dropping the alternative. Close #413
2014-01-26 Mihai BazonUpdate source-map
2014-01-26 Mihai BazonMerge branch 'sourcesContent' of https://github.com...
2014-01-26 Mihai Bazonv2.4.12
2014-01-26 Mihai BazonMerge branch 'master' of github.com:mishoo/UglifyJS2
2014-01-26 Mihai BazonMerge pull request #408 from danielstutzman/escape...
2014-01-26 Mihai BazonMove unescaping regexps under a codegen option (`unesca...
2014-01-25 Daniel StutzmanDon't unescape \x00 in regexes (it breaks IE8)
2014-01-21 Mihai Bazonv2.4.11
2014-01-21 Mihai BazonMore chars that cannot be unescaped in regexps.
2014-01-21 Mihai BazonFix end token for conditionals. Close #404
2014-01-19 Mihai BazonMerge pull request #402 from lautis/bom-regexps
2014-01-19 Ville LautanalaDon't unescape byte order marks in regexps
2014-01-18 Mihai Bazonv2.4.10
2014-01-18 Mihai BazonDon't unescape \x2f (slash) in regexps. #54
2014-01-17 Mihai BazonFix example
2014-01-15 Mihai Bazonv2.4.9
2014-01-10 Mihai Bazonsimplify
2014-01-10 Mihai BazonUnescape Unicode sequences in regexps when ascii_only...
2014-01-09 Artemy Tregubenkoadded hasOwnProperty check to avoid warnings
2014-01-09 Artemy TregubenkoAdded support for sourcesContent property of source map
2014-01-08 Mihai BazonBetter process_for_angular before other statement reduc...
2014-01-08 Mihai BazonSupport @ngInject with `angular` compressor option...
2014-01-07 Mihai BazonDisable node 0.6 since the build fails consistently...
2014-01-07 Mihai BazonSupport SpiderMonkey AST in UglifyJS.minify. Fix ...
2014-01-07 Mihai Bazondoh.
2014-01-07 Mihai BazonFix #392
2014-01-07 Mihai Bazonminor: exp["10"] => exp[10]
2014-01-05 Mihai BazonFix parens for property access -- (foo, bar)["baz"]
2013-12-29 Mihai BazonConditional/call optimization
2013-12-22 Mihai BazonMark `yield` as reserved word. Close #375.
2013-12-22 Mihai BazonOptimize seq,void 0. Close #377.
2013-12-18 Mihai BazonBetter fix for comments in AST_Exit
2013-12-18 Mihai BazonTake out all comments from an AST_Exit's value
2013-12-18 Mihai Bazonv2.4.8
2013-12-18 Mihai BazonAdd option to adjust the src/target line in the source map
2013-12-16 Mihai Bazonminor
2013-12-16 Mihai BazonMerge pull request #371 from colorhook/master
2013-12-16 colorhookbugfix #242
2013-12-10 Mihai Bazonsemicolons
2013-12-10 Mihai BazonMerge pull request #245 from ForbesLindesay/patch-1
2013-12-10 Mihai BazonAdd `drop_console` option to the compressor
2013-12-10 Mihai Bazonminor
2013-12-09 Mihai Bazonv2.4.7
2013-12-05 Mihai BazonAST_Catch shouldn't really inherit from AST_Scope....
2013-11-28 Mihai BazonProperly scope `catch` identifier when --screw-ie8
2013-11-28 Mihai Bazonv2.4.6, because npm is foobar
2013-11-28 Mihai Bazonv2.4.5
2013-11-28 Mihai BazonAdd --noerr to turn off argument name checking
2013-11-27 Mihai Bazonv2.4.4
2013-11-20 Mihai BazonFix faulty compression
2013-11-08 Mihai BazonOnly descend twice after drop_unused if it's the same...
2013-11-06 Mihai BazonBetter fix for #343
2013-11-06 Mihai Bazonv2.4.3
2013-11-06 Mihai BazonDo not lift sequence from right-hand side of binary...
2013-11-03 Mihai Bazonv2.4.2
2013-10-30 Mihai Bazon[README] Fix #278
2013-10-30 Mihai BazonWorkaround for Safari bug
2013-10-30 Mihai BazonFix parsing setters/getters (allow keywords for name).
2013-10-30 Mihai BazonFix regression after e4c530240650535d1cb46569dfb0131934...
2013-10-30 Mihai Bazonindentation
2013-10-30 Mihai BazonFix output for `x = 2 * (a % b / b * c)`
2013-10-30 Mihai Bazonminor
2013-10-29 Richard van... Disallow reversal where lhs has higher or equal precedence
2013-10-29 Mihai BazonFix typo
2013-10-29 Mihai BazonFix reading arguments
2013-10-29 Mihai BazonAvoid shadowing name of function expression with functi...
2013-10-29 Mihai BazonAdd "preamble" output option
2013-10-28 Mihai BazonFix codegen for when comments_before is undefined.
2013-10-27 Mihai BazonMerge branch 'master' of github.com:mishoo/UglifyJS2
2013-10-27 Mihai BazonDisplay number of failed tests and corresponding files
2013-10-27 Mihai BazonMerge pull request #330 from markjaquith/master
2013-10-27 Mihai BazonMerge pull request #331 from rvanvelzen/rhs-strings-fix
next