aboutsummaryrefslogtreecommitdiff
path: root/bin
AgeCommit message (Expand)Author
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-14Add simple file globbing to bin/uglifyjs for Windowskzc
2016-06-30Enable --screw-ie8 by default....kzc
2016-06-19Respect quote style in object literals...Shrey Banga
2016-04-19Add `passes` compress option. Fix duplicate compress warnings.kzc
2016-02-17Allow --no-* options to disable their respective parameter...Richard van Velzen
2016-02-10Allow cli options to be specified in separate definitions...Richard van Velzen
2015-11-11Rework has_directive...Mihai Bazon
2015-11-01Fixed RegExp literal in mozilla AST generation/output and added a --dump-spid...kzc
2015-10-13add `--pure-funcs` option...Damian Krzeminski
2015-10-07get rid of SCOPE_IS_NEEDED as it was always truekzc
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-09-24No longer use `vm` to load code....Mihai Bazon
2015-06-09Change --mangle-regex to accept a full regexJoao Carlos
2015-06-09Show descriptive error when --mangle-regex is invalidJoao Carlos
2015-06-09Add --mangle-regex optionJoao Carlos
2015-05-04Remove deprecated calls to utils.print/utils.error...Mihai Bazon
2015-04-22If name_cache is specified, do rename cached properties...Mihai Bazon
2015-04-05More fixes for the breaking changes in yargs...Mihai Bazon
2015-03-29Fix long optionsなつき
2015-03-29Add tool to extract property namesMihai Bazon
2015-03-22Export readDefaultReservedFileMihai Bazon
2015-03-18Add --reserve-domprops along with a default exclusion list in tools/domprops....Mihai Bazon
2015-03-18Support multiple --reserved-file argsMihai Bazon
2015-03-17Export readNameCache / writeNameCacheMihai Bazon
2015-03-16rename --prop-cache to --name-cache...Mihai Bazon
2015-03-14Fix --reserved-fileMihai Bazon
2015-03-14Add property name mangler...Mihai Bazon
2015-02-11Parse regexes properlyAnthony Van de Gejuchte
2015-01-27Add option to preserve/enforce string quote style...Mihai Bazon
2015-01-05Declare boolean type for --keep-fnamesMihai Bazon
2015-01-05Support keep_fnames in compressor, and --keep-fnames. #552...Mihai Bazon
2015-01-04Fix backslashes in source-map paths on WindowsDerek Wickern
2015-01-01Use yargs instead of optimist.Kenneth Powers
2014-10-20Add option to allow return outside of functions....Mihai Bazon
2014-01-09Added support for sourcesContent property of source mapArtemy Tregubenko
2014-01-07Fix #392Mihai Bazon
2013-11-28Add --noerr to turn off argument name checking...Mihai Bazon
2013-10-29Fix reading arguments...Mihai Bazon
2013-10-29Add "preamble" output option...Mihai Bazon
2013-10-28Fix codegen for when comments_before is undefined....Mihai Bazon
2013-09-02Better reporting of parse errorsMihai Bazon
2013-08-18fixes #259: don't unnecessarily quote object properties when --screw-ie8Michael Ficarra
2013-08-07Support `-p relative`. Fix #256Mihai Bazon
2013-07-30Fix #251Mihai Bazon
2013-07-28Don't require arguments to --encloseMihai Bazon
2013-05-21The extra /* */ isn't needed nowMatt Robenolt
2013-05-21SourceMapping pragma has changed to //#...Matt Robenolt