UglifyJS.git
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.
2014-08-03 Mihai BazonMerge branch 'patch-1' of https://github.com/gdw2/UglifyJS2
2014-08-02 Ingvar StepanyanSpiderMonkey `Identifier` nodes should contain mangled...
2014-08-02 Ingvar StepanyanSmall fixes for AST conversion.
2014-08-01 Ingvar StepanyanFixes and improvements for UglifyJS->SM AST conversion.
2014-08-01 Ingvar StepanyanImproved UglifyJS<->SpiderMonkey AST conversions.
2014-07-28 gdw2Added license
2014-07-18 Mihai BazonFix parens for AST_Undefined
2014-07-09 Mihai Bazonv2.4.15
2014-07-09 Mihai BazonLock source-map to 0.1.34
2014-07-08 Artemy Tregubenkoadded newline at the end of the file
2014-07-01 Mihai BazonCheck for the case an AST_For's init is an EmptyStatement
2014-07-01 Dan WolffEvaluate "foo".length ==> 3
2014-06-26 Mihai BazonMerge pull request #499 from shinnn/master
2014-06-26 Shinnosuke... Do not run a test for Node v0.4
2014-06-12 Mihai Bazonv2.4.14
2014-05-11 Artemy Tregubenkoadded @ngInject support for inline functions
2014-04-27 Mihai BazonActually, even better. #475
2014-04-27 Mihai BazonBetter fix for #475
2014-04-27 Mihai BazonFix parens in +(+x). Close #475
2014-04-24 Mihai BazonMerge branch 'master' of github.com:mishoo/UglifyJS2
2014-04-24 Mihai BazonMerge pull request #445 from ConradIrwin/try-statement
2014-04-18 Mihai BazonUpdate tests.
2014-04-18 Mihai BazonAlways quote property names that contain non-ASCII...
2014-04-13 Mihai BazonMerge pull request #470 from ebednarz/master
2014-04-13 OiNutteradd sourceMappingUrl to output in node module
2014-04-13 ebednarzFix sourceMapIncludeSources exception in Node API
2014-03-24 Mihai BazonMerge pull request #454 from Arnavion/allow-colons...
2014-03-23 ArnavionAllow colons in the pairs passed to AST_Toplevel.wrap_e...
2014-03-11 Mihai Bazonv2.4.13
2014-03-07 Conrad IrwinHandle TryStatements trees from acorn >=0.2.0
2014-03-03 Mihai BazonMerge pull request #439 from Arnavion/null-source-in...
2014-03-03 ArnavionHandle the case when SourceMapConsumer.originalPosition...
2014-02-14 Mihai BazonMangle name of exception when --screw-ie8. Fix #430.
2014-02-08 Mihai BazonAdd option `keep_fargs`.
2014-02-07 Mihai BazonMerge pull request #424 from mattbasta/simplify_conditi...
2014-02-06 Matt BastaSimplify nested conditionals if possible
next