UglifyJS.git
2016-07-17 Lauri Pokkalib/sourcemap.js: Copy sourceContent from old souce...
2016-07-15 Anthony Van... Keep const in own scope while compressing
2016-07-15 kzcFix mangle with option keep_fnames=true for Safari.
2016-07-15 Anthony Van... Fix error style for regex errors
2016-07-03 Anthony Van... Backport mocha with test from harmony
2016-07-03 Richard van... v2.7.0
2016-07-03 Anthony Van... Don't convert all strings to directives from moz-ast
2016-07-01 Richard van... Introduce a test that tests the --self build
2016-07-01 kzcDocument that the smallest sequences optimization lengt...
2016-07-01 kzcChange the default sequences limit to 200 to speed...
2016-07-01 kzcAllow sequences maximum length to be user configurable.
2016-06-30 GeraintAllow input files to be map (url->filename)
2016-06-30 Anthony Van... Various LineTerminator changes
2016-06-30 kzcEnable --screw-ie8 by default.
2016-06-30 iliashkAdd Node API documentation for mangling options
2016-06-30 kzcFix spidermonkey AST (ESTree) export and import, Array...
2016-06-30 Anthony Van... Move OctalEscapeSequence to read_escape_char
2016-06-22 Richard van... v2.6.4
2016-06-21 Mihai BazonMerge pull request #1155 from kzc/issue_1154
2016-06-21 kzcFix conditional expressions of form (x ? -1 : -1)
2016-06-21 kzcDon't replace undefined, NaN and Infinity within with...
2016-06-20 Anthony Van... Keep master in sync with harmony
2016-06-20 Richard van... Don't assume DEBUG is defined when exporting --self
2016-06-19 Richard van... v2.6.3
2016-06-19 AsiaDocument the except option to mangle
2016-06-19 Shrey BangaRespect quote style in object literals
2016-06-19 Anthony Van... Normalize error messages
2016-06-19 Anthony Van... Don't mix strings with directives in output
2016-06-15 Anthony Van... Fix test262 failures related to <, <=, in and instanceof
2016-06-12 Anthony Van... Re-add parens after new expression in beautify mode
2016-06-12 Anthony Van... Don't allow with statements in strict mode
2016-06-12 Anthony Van... Stop dropping args in new expressions
2016-06-12 Richard van... Fix octal string strict mode tests
2016-06-12 David BauEscape null characters as \0 unless followed by 0-7.
2016-06-12 Anthony Van... Don't drop unused if scope uses with statement
2016-06-12 Anthony Van... Throw errors in strict mode for octal strings
2016-06-09 Anthony Van... Catch errors when compression test fails to parse
2016-06-08 Anthony Van... Fix uglify attempting to rewrite invalid new expressions
2016-06-07 ChALkeRExport tokenizer function
2016-06-05 Anthony Van... Do not allow newlines in regex
2016-05-27 kzccollapse_vars: Do not consider RegExp literals to be...
2016-05-24 kzcOptimize if_return for single if/return cases.
2016-05-24 Richard van... Completely allow evaluating -0
2016-05-17 Richard van... Never produce -0 when evaluating expressions (like...
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.
next