UglifyJS.git
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.
2013-09-02 Mihai BazonDisallow `continue` referring to a non-IterationStateme...
2013-09-02 Mihai BazonBetter fix for #286
2013-09-02 Mihai BazonFix parsing `a.case /= 1`
2013-09-02 Mihai BazonFix parsing regexp after unary-prefix operator
2013-09-02 Mihai BazonBetter reporting of parse errors
2013-08-22 Mihai Bazonv2.4.0
2013-08-22 Mihai BazonRemove --ie-proof from the readme.
2013-08-20 Mihai BazonMove support for `negate_iife` in the compressor, rathe...
2013-08-19 Mihai BazonMerge pull request #270 from michaelficarra/GH-259
2013-08-19 Michael Ficarrafixes #259: don't unnecessarily quote object properties...
2013-08-08 Mihai Bazonfix usage
2013-08-07 Mihai BazonDon't drop unused setter argument.
2013-08-07 Mihai BazonSupport `-p relative`. Fix #256
2013-08-07 Forbes LindesayAdd support for browserify
2013-08-04 Mihai BazonDon't pretend to evaluate lambdas
2013-07-30 Mihai BazonFix #251
2013-07-28 Mihai BazonDon't require arguments to --enclose
2013-07-25 Mihai BazonReverting "added option for dropping unused params"
2013-07-25 Dusan Bartosadded option for dropping unused params
2013-07-22 Forbes LindesayMake `DefaultsError` a real `Error` object
2013-07-18 David GlasserFix output for arrays whose last element is a hole...
2013-07-15 Mihai BazonRevert previous patch, it was no good.
2013-07-15 Mihai BazonAdd "position" option to parser, to specify initial...
next