UglifyJS.git
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...
2015-01-06 Mihai BazonAST_Do nodes: walk body before condition
2015-01-05 Richard van... Pass mangle options to `figure_out_scope` and `compute_...
2015-01-05 Mihai BazonFix handling \r\n
2015-01-05 Mihai BazonDeclare boolean type for --keep-fnames
2015-01-05 Mihai BazonMerge branch 'keep-function-expression-names' of https...
2015-01-05 Mihai BazonSupport keep_fnames in compressor, and --keep-fnames...
2015-01-04 Richard van... Add an option to prevent function names from being...
2015-01-04 Caridy Patinousing the original sourcemap as the base
2015-01-04 truikenResolve the relative path to lib files last
2015-01-04 Richard van... Add a "keep_fnames" option to the compressor to retain...
2015-01-04 achingbrainpasses in references to process and Buffer to silence...
2015-01-04 Derek WickernFix backslashes in source-map paths on Windows
2015-01-04 Austin BrownUpdate README.md
2015-01-04 Peter Dave... Use svg instead of png to get better image quality
2015-01-04 Richard van... Fix #556
2015-01-04 Richard van... Merge pull request #570 from rvanvelzen/fix-569
2015-01-04 Richard van... Merge pull request #584 from clyfish/fix-base54
2015-01-04 Richard van... Merge pull request #592 from micschro/patch-1
2015-01-04 Richard van... Merge pull request #600 from KenPowers/master
2015-01-04 Richard van... Fix #569
2015-01-01 Kenneth PowersUse yargs instead of optimist.
2014-12-31 Mihai BazonMerge pull request #599 from rvanvelzen/fix-597
2014-12-31 Richard van... Fix #597
2014-12-17 micschroFix max_line_len not working for JSON files
2014-12-09 Mihai Bazonv2.4.16
2014-12-04 Mihai BazonMerge pull request #546 from jacobk/patch-1
2014-12-01 Cheng Liangyufix base54
2014-10-20 Mihai BazonAdd option to allow return outside of functions.
2014-09-28 Mihai BazonDocument `keep_fargs`. Close #557
2014-09-28 Mihai BazonReferencing a global is assumed to have side effects.
2014-09-13 Mihai BazonMerge pull request #549 from Arnavion/unreferenced...
2014-09-13 ArnavionDon't warn for an unreferenced exception symbol in...
2014-09-09 Mihai BazonMerge pull request #541 from TalAter/conditional-improv...
2014-09-09 Jacob KristhammarUse uglify source map token names if missing
2014-09-03 Tal AterCompress conditions that have side effects using sequences
2014-09-02 Tal AterAdded a test for else if
2014-09-02 Tal AterCompress conditional assignments where all possible...
2014-08-26 Mihai BazonTurn foo.new into foo["new"] when not --screw-ie8....
2014-08-20 Mihai BazonPrevent error for Function(""). Close #538
2014-08-04 Mihai BazonMerge pull request #529 from RReverser/master
2014-08-04 Ingvar StepanyanAdded example for usage with SpiderMonkey AST.
2014-08-04 Mihai BazonMerge branch 'master' of https://github.com/RReverser...
2014-08-03 Ingvar StepanyanInstall newest NPM on oldest Node.js.
2014-08-03 Ingvar StepanyanAdded generative testing for AST conversions.
next