aboutsummaryrefslogtreecommitdiff
path: root/README.md
AgeCommit message (Expand)Author
2017-02-21drop unused: toplevel, assign-only...alexlamsl
2017-01-19Have minify() and tests use figure_out_scope() as uglifyjs CLI does...kzc
2017-01-19Add note about name mangling when using --mangle-props=unquoted (#1314)Wiktor Kwapisiewicz
2016-11-29docs: add doc for option.outFileName1111hui
2016-11-29Add --mangle-props-debug and fix --mangle-props=unquoted collision...Ashley (Scirra)
2016-10-23Don't filter shebangs when using the 'some' comment filter...Anthony Van de Gejuchte
2016-10-23Add an option for writing inline source mappengzhenqing
2016-10-01Optimize unmodified variablesalexlamsl
2016-09-06Make all comment options in cli available in js api...Anthony Van de Gejuchte
2016-08-14Add missing `{` in README...Timothy Gu
2016-07-17Fix the document of keep_fnames optionhomuler
2016-07-17Source map URL override from programmatic APIYotam Spenser
2016-07-01Document that the smallest sequences optimization length is 2...kzc
2016-07-01Change the default sequences limit to 200 to speed up compress....kzc
2016-07-01Allow sequences maximum length to be user configurable.kzc
2016-06-30Enable --screw-ie8 by default....kzc
2016-06-30Add Node API documentation for mangling optionsiliashk
2016-06-19Document the except option to mangle...Asia
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-15Fix test262 failures related to <, <=, in and instanceof...Anthony Van de Gejuchte
2016-04-19Add `passes` compress option. Fix duplicate compress warnings.kzc
2016-03-27added documentation on conditional compilation using APISebastien Daniel
2016-02-27#877 Ignore mangle sort optionkzc
2016-02-11Merge pull request #948 from kzc/collapse_vars_doc...Richard van Velzen
2016-02-08Create and map `bare-returns` into new `parse` property nameMartii
2016-01-28collapse_vars: small change to READMEkzc
2016-01-28collapse_vars: document option in READMEkzc
2016-01-27Add mangleProperties documentation to README...Bryan Rayner
2016-01-26Added a mangle properties optionJeremy Marzka
2016-01-19Update README for /** @const */Samuel Reed
2015-11-27Update README URLs based on HTTP redirectsReadmeCritic
2015-11-14Fix docs for keep_fargs...plievone
2015-10-13add `--pure-funcs` option...Damian Krzeminski
2015-08-07Merge pull request #729 from DrewML/keep_fnames_docs...Richard van Velzen
2015-06-09Change --mangle-regex to accept a full regexJoao Carlos
2015-06-09Add --mangle-regex optionJoao Carlos
2015-06-02Add keep_fnames compressor option to README.mdAndrew Levine
2015-04-03Document passing source maps directly to minify() using inSourceMapDavid Caldwell
2015-03-29Update READMEMihai Bazon
2015-03-20Keep unused function arguments by default...Mihai Bazon
2015-01-27Add option to preserve/enforce string quote style...Mihai Bazon
2015-01-07Document `--` for usage in CLI class...Richard van Velzen
2015-01-04Update README.md...Austin Brown
2015-01-04Use svg instead of png to get better image qualityPeter Dave Hello
2014-09-28Document `keep_fargs`. Close #557Mihai Bazon
2014-08-04Added example for usage with SpiderMonkey AST.Ingvar Stepanyan
2014-02-06fix readme typo (when -> with)Vladimir Agafonkin
2014-01-26Merge branch 'sourcesContent' of https://github.com/arty-name/UglifyJS2 into ...Mihai Bazon
2014-01-17Fix exampleMihai Bazon