UglifyJS.git
2015-09-06 Richard van... Merge pull request #786 from istr/anonymous-source-map
2015-08-27 Ingo Struckallow for anonymous map generation using string type...
2015-08-27 Richard van... Fix bad parsing of `new new x()()` constructs
2015-08-25 Richard van... Don't change sequences that influence lexical binding...
2015-08-10 Richard van... Merge pull request #767 from vjeux/208
2015-08-10 Christopher... [Fix] --define replaces SymbolRefs in LHS of assignments
2015-08-07 Richard van... Merge pull request #736 from AlbertoGP/master
2015-08-07 Richard van... Merge pull request #729 from DrewML/keep_fnames_docs
2015-08-05 Richard van... Fix mangling of property names which overwrite unmangle...
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-15 Alberto González... fromString option, use index from argument array for...
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-06-02 Andrew LevineAdd keep_fnames compressor option to README.md
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
next