UglifyJS.git
2015-08-05 Richard van... Merge pull request #753 from Surgo/master
2015-07-30 Mihai BazonMerge pull request #757 from rvanvelzen/semicolon-fix
2015-07-30 Richard van... Fix semicolon printing when restricting max line length
2015-07-30 Richard van... Revert "Fix semicolon printing when restricting max...
2015-07-29 Richard van... Fix semicolon printing when restricting max line length
2015-07-29 Richard van... Replace util.puts in run-tests with console.log
2015-07-29 XhmikosRMake node.js 0.8 the minimum supported version.
2015-07-29 Chris CowanRe-use the caught exception's error message in the...
2015-07-29 Chris CowanGive a good error message if an invalid regular express...
2015-07-29 thorn0Advanced way to specify if a function call might have...
2015-07-28 Kosei KitaharaSupport wrap and exportAll options.
2015-07-22 Mihai Bazonv2.4.24
2015-07-22 Mihai BazonDon't attempt to negate non-boolean AST_Binary
2015-07-20 Mihai BazonMerge pull request #735 from kzc/master
2015-06-30 Mihai BazonDon't drop parens in a * (b * c). Close #744
2015-06-14 kzcspacing
2015-06-14 kzcoperator && and || optimization: add "else" before...
2015-06-12 kzcoptimizations for && and || where left side is constant...
2015-06-09 Mihai BazonMerge pull request #733 from jcxplorer/add-mangle-regex...
2015-06-09 Joao CarlosChange --mangle-regex to accept a full regex
2015-06-09 Joao CarlosShow descriptive error when --mangle-regex is invalid
2015-06-09 Joao CarlosAdd --mangle-regex option
2015-05-20 Mihai Bazonv2.4.23
2015-05-20 Mihai BazonTreat \uFEFF as whitespace.
2015-05-18 Mihai Bazonv2.4.22
2015-05-18 Mihai BazonFix compressing conditionals
2015-05-13 Mihai Bazonfix again reserved props
2015-05-07 Mihai BazonMake reserved names take priority over the name cache
2015-05-05 Mihai BazonOnly drop the BOM when it's the first character.
2015-05-04 Mihai Bazonv2.4.21
2015-05-04 Mihai BazonFix blank lines in the output.
2015-05-04 Mihai BazonRemove deprecated calls to utils.print/utils.error
2015-05-04 Mihai BazonAvoid spurious brackets when dropping unused vars
2015-04-23 Mihai BazonFix parsing strings with literal DOS newlines
2015-04-22 Mihai BazonIf name_cache is specified, do rename cached properties
2015-04-17 Mihai BazonFix tests
2015-04-17 Mihai BazonDrop NaN -> 0/0 transformation.
2015-04-14 Fábio SantosAdded expect_exact for testing the OutputStream
2015-04-14 XhmikosRNormalize package.json.
2015-04-14 Jordan HarbandTest on latest `node` and `io.js`
2015-04-13 Mihai Bazonv2.4.20
2015-04-13 Mihai BazonFix compression of conditionals
2015-04-10 Mihai BazonUse the `before` visitor in mangle props
2015-04-05 Mihai BazonMore fixes for the breaking changes in yargs
2015-04-04 Mihai BazonMerge pull request #669 from galvanix/documentation...
2015-04-04 David CaldwellDocument passing source maps directly to minify() using...
2015-03-29 Mihai Bazonv2.4.19
2015-03-29 Mihai BazonMerge pull request #660 from ntkme/fix-long-options
2015-03-29 ãªã¤ãFix long options
2015-03-29 Mihai BazonDisable testing with Node 0.8
2015-03-29 Mihai Bazonv2.4.18
2015-03-29 Mihai BazonUpdate README
2015-03-29 Mihai BazonMerge branch 'propmangle'
2015-03-29 Mihai BazonAdd tool to extract property names
2015-03-24 Mihai BazonMerge in more DOM properties.
2015-03-23 Mihai BazonFix compressing `![foo()];` as a statement
2015-03-22 Mihai Bazon[sequencesize] Actually even better:
2015-03-22 Mihai BazonAvoid sequencesize for more than 2000 statements.
2015-03-22 Mihai BazonAdd start/end nodes for NaN/Infinity transformations
2015-03-22 Mihai BazonExport readDefaultReservedFile
2015-03-20 Mihai BazonKeep unused function arguments by default
2015-03-19 Mihai BazonDon't use Object.create
2015-03-19 Mihai Bazontools/props.html: output complete JSON
2015-03-18 Mihai BazonAdd --reserve-domprops along with a default exclusion...
2015-03-18 Mihai BazonSupport multiple --reserved-file args
2015-03-18 Mihai BazonBump yargs version (for .array arguments)
2015-03-18 Mihai BazonFix parsing for U+2028 / U+2029
2015-03-18 Mihai BazonFix parsing for U+2028 / U+2029
2015-03-17 Mihai Bazontools/props.html: use try/catch in a few more places
2015-03-17 Mihai BazonAdd tool to list DOM properties/methods
2015-03-17 Mihai BazonExport readNameCache / writeNameCache
2015-03-16 Mihai Bazonrename --prop-cache to --name-cache
2015-03-16 Mihai BazonFix prop mangling
2015-03-14 Mihai BazonFix --reserved-file
2015-03-14 Mihai BazonAdd property name mangler
2015-03-10 Mihai Bazonv2.4.17
2015-02-11 Edward CasbonAdd filename to the JS_Parse_Error exception.
2015-02-11 Rob LoachAdd .npmignore
2015-02-11 Richard van... Clean up unit test breakage
2015-02-11 Richard van... Fix invalid removal of left side in && and || compression
2015-02-11 Anthony Van... Parse regexes properly
2015-01-31 Richard van... Drop all `console` statements properly
2015-01-27 Mihai BazonAdd option to preserve/enforce string quote style
2015-01-26 Anthony Van... Keep single line comments after nlb, after nlb
2015-01-26 Richard van... Make empty source map values more reasonable in .minify()
2015-01-24 Bryce Cronkite... fixes issue #621 SourceMap toString JSON format
2015-01-20 Mihai BazonMerge pull request #615 from avdg/unicode
2015-01-19 Anthony Van... Add test
2015-01-19 Anthony Van... Add unicode digit parsing support
2015-01-19 Anthony Van... Update unicode letter
2015-01-13 Tal AterOptimize conditionals where the consequent and alternat...
2015-01-12 Mihai BazonMerge pull request #612 from rvanvelzen/issue-611
2015-01-12 Richard van... Replace the correct node when replacing in `void` sequences
2015-01-11 Mihai BazonMerge pull request #482 from arty-name/inline-ng-inject
2015-01-07 Mihai BazonMerge pull request #606 from rvanvelzen/document-double...
2015-01-07 Richard van... Document `--` for usage in CLI class
2015-01-07 Mihai BazonFix make_node_from_constant for Regexp-s
2015-01-06 Mihai Bazonaborts(AST_If) returns the `if` node
2015-01-06 Ingvar StepanyanLocation fix for Mozilla AST start token.
2015-01-06 Ingvar StepanyanTrack ending lines/columns; fix end locations in Mozill...
next