UglifyJS.git
2016-05-15 kzcSimplify iife `new` fix
2016-05-09 kzcDo not apply negate_iife optimization to `new` expression
2016-05-04 kzcRetain comments before AST_Constants during mangle.
2016-05-04 Anthony Van... Fix regression causing tests to fail on windows
2016-05-04 kzcWorkaround for process.exit() tty output truncation.
2016-05-04 Anthony Van... Add node 6 to travis
2016-05-04 kzcHandle CR line endings in comments.
2016-04-26 Mihai BazonMerge pull request #1053 from rvanvelzen/hoist_if_retur...
2016-04-26 Richard van... Add test cases for slightly more esoteric cases
2016-04-26 Richard van... Add test case for hoisting a single function
2016-04-23 Richard van... Hoist functions when reversing if (x) return; ... vs...
2016-04-19 kzcAdd `passes` compress option. Fix duplicate compress...
2016-04-16 kzcParse comments without recursion to avoid RangeError.
2016-04-13 Richard van... Prevent endless recursion when evaluating self-referenc...
2016-04-12 Richard van... Add base54.reset() to compress tests
2016-04-12 Mihai BazonActually limit sequence length.
2016-04-11 kzcFix warnings for referenced non-hoisted functions.
2016-04-07 Mihai BazonMerge pull request #1032 from kzc/member
2016-04-07 kzcSimplify member(name, array) implementation.
2016-04-07 Mihai BazonAvoid using inherited hasOwnProperty
2016-04-02 kzcOptimize ternaries with boolean consequent or alternative.
2016-03-28 kzcSpeedup `unused` compress option for already minified...
2016-03-27 Sebastien Danieladded documentation on conditional compilation using API
2016-03-24 Mihai BazonMerge pull request #1011 from kzc/dont-produce-let...
2016-03-24 Mihai BazonMerge pull request #1019 from kzc/escape-ascii-only
2016-03-24 kzcEscape all ASCII control characters within strings...
2016-03-15 kzcAttempt to increase timeout for mocha let test.
2016-03-15 kzcDo not produce `let` as a variable name in mangle.
2016-03-14 philippsimonFix: Uglified Number.prototype functions on big numbers
2016-02-27 kzc#877 Ignore mangle sort option
2016-02-22 Mihai Bazonv2.6.2
2016-02-22 kzcboolean_expression ? true : false --> boolean_expression
2016-02-21 kzcTake operator || precendence into account for AST_If...
2016-02-17 Richard van... Allow --no-* options to disable their respective parameter
2016-02-17 alexlamslpreserve ThisBinding for side_effects
2016-02-16 Richard van... Don't compress (0, eval)() to eval()
2016-02-16 alexlamslPreserve ThisBinding in conditionals & collapse_vars
2016-02-11 Richard van... Merge pull request #948 from kzc/collapse_vars_doc
2016-02-10 sergeyvRevert "using the original sourcemap as the base"
2016-02-10 Richard van... Allow cli options to be specified in separate definitions
2016-02-08 MartiiCreate and map `bare-returns` into new `parse` property...
2016-01-31 Boris LetochaFixes #951 missing export for SymbolDef
2016-01-29 Mihai BazonMerge pull request #949 from kzc/collapse_vars_conditions
2016-01-29 kzccollapse_vars: avoid replacement across AST_Case nodes...
2016-01-28 kzccollapse_vars: fix if/else and ternary operator side...
2016-01-28 kzccollapse_vars: small change to README
2016-01-28 kzccollapse_vars: document option in README
2016-01-28 kzccollapse_vars: fix bug in repeated var defs of same...
2016-01-27 Bryan RaynerAdd mangleProperties documentation to README
2016-01-27 kzcfix bug in collapse_vars for right side of "||" and...
2016-01-27 kzcCollapse single use var definitions
2016-01-27 Mihai BazonAdd start/end in the `arguments` definition
2016-01-26 Jeremy MarzkaAdded a mangle properties option
2016-01-20 Richard van... Merge pull request #928 from STRML/constPragma
2016-01-20 Samuel ReedTighten up @const regex.
2016-01-20 Samuel ReedSimplify by skipping extra tree walk.
2016-01-20 Samuel ReedUse TreeWalker for more accurate @const results and...
2016-01-19 Samuel ReedUpdate README for /** @const */
2016-01-19 Samuel ReedMark vars with /** @const */ pragma as consts so they...
2016-01-19 Anthony Van... Allow operator names as getters/setters
2016-01-19 Anthony Van... Add keywords to package.json
2016-01-19 Anthony Van... Add some tests for comment-filters through api
2016-01-18 Richard van... Merge pull request #918 from avdg/fix-arguments-handling
2016-01-14 Anthony Van... Make arguments test slightly more strict
2016-01-14 Anthony Van... Add scope test for arguments
2016-01-14 Anthony Van... Never mangle arguments and keep them in their scope
2016-01-14 Richard van... Merge pull request #905 from avdg/unit-tests
2016-01-12 Anthony Van... Add test case for line continuation
2016-01-05 Mihai BazonFix hoisting the var in ForIn
2015-12-27 Anthony Van... Add mocha tests
2015-12-27 Anthony Van... Fix ch that could contain other newline characters
2015-12-26 Anthony Van... Do not allow newlines in string literals
2015-12-26 Richard van... Merge pull request #874 from kzc/fix-conditionals
2015-12-26 Richard van... Merge pull request #896 from avdg/do-while-semicolon
2015-12-18 Anthony Van... Disable loop optimization for parse-only tests
2015-12-18 Anthony Van... Add tests
2015-12-17 Anthony Van... Semicolon after do...while statement is optional
2015-12-07 Richard van... Merge pull request #879 from ReadmeCritic/master
2015-11-27 ReadmeCriticUpdate README URLs based on HTTP redirects
2015-11-24 kzc#873 Fix `conditionals` optimizations with default...
2015-11-16 Mihai Bazonv2.6.1
2015-11-16 Mihai BazonFix endless loop
2015-11-16 Mihai BazonLimit max iterations for tighten_body
2015-11-14 Richard van... Merge pull request #864 from plievone/patch-1
2015-11-14 plievoneFix docs for keep_fargs
2015-11-12 Mihai Bazonv2.6.0
2015-11-12 Mihai BazonFix output for "use asm" code from SpiderMonkey AST
2015-11-12 Mihai BazonBuild label def/refs info when figuring out scope
2015-11-12 Mihai BazonReplace util.error with console.log
2015-11-11 Mihai BazonRework has_directive
2015-11-10 Mihai BazonMerge pull request #854 from kzc/moz-regexp-2
2015-11-09 Mihai BazonFix parsing invalid input
2015-11-09 Richard van... Prevent ReDoS by not using a regexp to verify floating...
2015-11-02 kzcsimplify mozilla AST RegExpLiteral token parse and...
2015-11-02 kzcHave mozilla AST RegExpLiteral parser use regex.pattern...
2015-11-01 kzcrename To_Moz_Literal to To_Moz_RegExp
2015-11-01 kzcFixed RegExp literal in mozilla AST generation/output...
2015-10-29 kzc`return undefined` optimization no longer uses `return_...
2015-10-29 kzcmore tests for `return undefined` optimization
2015-10-29 kzcoptimize `return undefined` and `return void 0`
next