UglifyJS.git
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-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-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
2014-02-06 Mihai BazonMerge pull request #422 from mourner/patch-1
2014-02-06 Vladimir Agafonkinfix readme typo (when -> with)
2014-01-31 Mihai BazonFix if_return dropping the alternative. Close #413
2014-01-26 Mihai BazonUpdate source-map
2014-01-26 Mihai BazonMerge branch 'sourcesContent' of https://github.com...
2014-01-26 Mihai Bazonv2.4.12
2014-01-26 Mihai BazonMerge branch 'master' of github.com:mishoo/UglifyJS2
2014-01-26 Mihai BazonMerge pull request #408 from danielstutzman/escape...
2014-01-26 Mihai BazonMove unescaping regexps under a codegen option (`unesca...
2014-01-25 Daniel StutzmanDon't unescape \x00 in regexes (it breaks IE8)
2014-01-21 Mihai Bazonv2.4.11
2014-01-21 Mihai BazonMore chars that cannot be unescaped in regexps.
2014-01-21 Mihai BazonFix end token for conditionals. Close #404
2014-01-19 Mihai BazonMerge pull request #402 from lautis/bom-regexps
2014-01-19 Ville LautanalaDon't unescape byte order marks in regexps
2014-01-18 Mihai Bazonv2.4.10
2014-01-18 Mihai BazonDon't unescape \x2f (slash) in regexps. #54
2014-01-17 Mihai BazonFix example
2014-01-15 Mihai Bazonv2.4.9
2014-01-10 Mihai Bazonsimplify
2014-01-10 Mihai BazonUnescape Unicode sequences in regexps when ascii_only...
2014-01-09 Artemy Tregubenkoadded hasOwnProperty check to avoid warnings
2014-01-09 Artemy TregubenkoAdded support for sourcesContent property of source map
next