UglifyJS.git
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
2013-10-26 Richard van... Fix RHS concat (raised in #330)
2013-10-25 Mark JaquithAdd a unit test for issue-126
2013-10-24 Mihai BazonMerge pull request #325 from rvanvelzen/fix-269
2013-10-24 Richard van... Fix #269
2013-10-23 Mihai BazonMerge pull request #323 from rvanvelzen/undefined-drop...
2013-10-23 Richard van... Fix #280
2013-10-23 Mihai BazonMerge pull request #322 from rvanvelzen/test-exit-code-1
2013-10-23 Richard van... Add an exit code to the test suite
2013-10-22 Mihai BazonRevert #3a81f60 for now
2013-10-22 Mihai Bazonv2.4.1
2013-10-17 Mihai Bazon`arguments` outside of a function is an ordinary variable.
2013-10-09 Mihai Bazonwrap up
2013-10-09 Mihai BazonDon't drop_unused before compression.
2013-10-04 Mihai BazonRename clean_getters to pure_getters; add pure_funcs.
2013-10-04 Mihai BazonMerge pull request #308 from meteor/fix-unicode-keys
2013-10-04 David GlasserOnly allow identifier start characters at the beginning...
2013-10-02 Mihai Bazonadd `clean_getters` compressor option (default `false`)
2013-10-02 Mihai Bazonminor optimization
2013-09-30 Mihai BazonFix error in the output minifying `Function("return...
2013-09-22 Mihai BazonMore attempts to determine when addition is associative
2013-09-22 Mihai BazonActually let's move away those monsters from the evalua...
2013-09-22 Mihai BazonMore dirty handling of [ ... ].join() in unsafe mode
2013-09-22 Dan WolffEvaluate [...].join() if possible: minor bugfix
2013-09-19 Mihai BazonWhen `unsafe` is set, evaluate [...].join() if possible
2013-09-19 Dan WolffConcatenate strings also on the right-hand side of...
2013-09-06 Mihai BazonAvoid printing <!-- in the output (HTML5 comment)
2013-09-06 Mihai BazonSupport HTML5 comment syntax (enabled by default!)
2013-09-06 Mihai Bazonminor
2013-09-02 Mihai BazonFix names.
next