aboutsummaryrefslogtreecommitdiff
path: root/lib/output.js
AgeCommit message (Expand)Author
2016-11-29Do not overwrite options.comments + cleanupAnthony Van de Gejuchte
2016-10-23Don't filter shebangs when using the 'some' comment filter...Anthony Van de Gejuchte
2016-10-06Remove console.log and add extra test caseRichard van Velzen
2016-10-06Add an option to wrap IIFEs in parenthesis...Richard van Velzen
2016-09-06Make all comment options in cli available in js api...Anthony Van de Gejuchte
2016-08-17Fix negate_iife transform to return a correct tree for nested IIFEs...Richard van Velzen
2016-08-17Fix negate_iife regression #1254kzc
2016-08-14Fix unneeded parens around unary args in new expression.kzc
2016-06-30Enable --screw-ie8 by default....kzc
2016-06-20Keep master in sync with harmony...Anthony Van de Gejuchte
2016-06-19Respect quote style in object literals...Shrey Banga
2016-06-19Don't mix strings with directives in output...Anthony Van de Gejuchte
2016-06-12Re-add parens after new expression in beautify modeAnthony Van de Gejuchte
2016-06-12Stop dropping args in new expressionsAnthony Van de Gejuchte
2016-06-12Escape null characters as \0 unless followed by 0-7.David Bau
2016-06-08Fix uglify attempting to rewrite invalid new expressionsAnthony Van de Gejuchte
2016-05-04Retain comments before AST_Constants during mangle.kzc
2016-03-24Escape all ASCII control characters within strings when using ascii_only....kzc
2016-03-14Fix: Uglified Number.prototype functions on big numbersphilippsimon
2016-01-19Add some tests for comment-filters through api...Anthony Van de Gejuchte
2015-11-12Fix output for "use asm" code from SpiderMonkey AST...Mihai Bazon
2015-11-11Rework has_directive...Mihai Bazon
2015-10-28Allow specification beautify options in tests...Richard van Velzen
2015-10-27fixes #845: \v escaping should be restricted to "screw_ie8" modeMichael Ficarra
2015-10-20Fix #836Fábio Santos
2015-10-15Make_string was missing \v and wasnt reversing vertical tabs even though read...startswithaj
2015-10-13Fix other operator output related to <!-- or -->kzc
2015-10-12Only encode <!-- and --> in strings when inline_scriptMihai Bazon
2015-10-12Output `-- >` instead of `-->` in expressions. Escape `<!--` and `-->` within...kzc
2015-10-07Fix handling of "use asm" when no command line flags are passed to uglifyjs. ...kzc
2015-10-07Add proper support for "use asm"; blocks. Disable -c optimization within "use...kzc
2015-10-06Implement shebang supportAnthony Van de Gejuchte
2015-07-30Fix semicolon printing when restricting max line length...Richard van Velzen
2015-05-04Fix blank lines in the output....Mihai Bazon
2015-01-27Add option to preserve/enforce string quote style...Mihai Bazon
2015-01-26Keep single line comments after nlb, after nlb...Anthony Van de Gejuchte
2015-01-04Fix #556...Richard van Velzen
2015-01-04Merge pull request #592 from micschro/patch-1...Richard van Velzen
2014-12-31Fix #597...Richard van Velzen
2014-12-17Fix max_line_len not working for JSON files...micschro
2014-07-18Fix parens for AST_Undefined...Mihai Bazon
2014-07-01Check for the case an AST_For's init is an EmptyStatement...Mihai Bazon
2014-04-27Actually, even better. #475...Mihai Bazon
2014-04-27Better fix for #475Mihai Bazon
2014-04-27Fix parens in +(+x). Close #475Mihai Bazon
2014-01-26Merge branch 'master' of github.com:mishoo/UglifyJS2Mihai Bazon
2014-01-26Move unescaping regexps under a codegen option (`unescape_regexps`)Mihai Bazon
2014-01-25Don't unescape \x00 in regexes (it breaks IE8)Daniel Stutzman
2014-01-21More chars that cannot be unescaped in regexps.Mihai Bazon
2014-01-19Don't unescape byte order marks in regexpsVille Lautanala