aboutsummaryrefslogtreecommitdiff
path: root/README.md
AgeCommit message (Collapse)Author
2015-01-27Add option to preserve/enforce string quote styleMihai Bazon
`-q 0` (default) use single or double quotes such as to minimize the number of bytes (prefers double quotes when both will do); this is the previous behavior. `-q 1` -- always use single quotes `-q 2` -- always use double quotes `-q 3` or just `-q` -- always use the original quotes. Related codegen option: `quote_style`. Close #495 Close #460 Some `yargs` guru please tell me why `uglifyjs --help` doesn't display the help string for `-q` / `--quotes`, and why it doesn't output the expected argument types anymore, like good old `optimist` did.
2015-01-07Document `--` for usage in CLI classRichard van Velzen
Close #518
2015-01-04Update README.mdAustin Brown
otions => options
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
arty-name-sourcesContent
2014-01-17Fix exampleMihai Bazon
2014-01-09Added support for sourcesContent property of source mapArtemy Tregubenko
2013-12-10Add `drop_console` option to the compressorMihai Bazon
2013-10-30[README] Fix #278Mihai Bazon
2013-10-29Add "preamble" output optionMihai Bazon
Close #335
2013-10-04Rename clean_getters to pure_getters; add pure_funcs.Mihai Bazon
2013-10-02add `clean_getters` compressor option (default `false`)Mihai Bazon
allows one to specify if `foo.bar` is considered to have side effects.
2013-08-22Remove --ie-proof from the readme.Mihai Bazon
Fix #276
2013-08-20Move support for `negate_iife` in the compressor, rather than code generatorMihai Bazon
(the code generator doesn't maintain enough context to know whether the return value is important or discarded) Fixes #272
2013-08-08fix usageMihai Bazon
2013-08-07Support `-p relative`. Fix #256Mihai Bazon
2013-05-22Add `negate_iife` option to the code generator.Mihai Bazon
See discussion in a9511dfbe5c0d96d8cacb87582aa9a19737bbb98
2013-05-08Add Travis build badge to READMENick Schonning
2013-05-02Fix typo in bin and readmeKim Joar Bekkelund
2013-05-01Add README syntax highlightingUli Köhler
2013-04-20unbalanced parentheses in readmeMichael Ficarra
2013-03-25renamed --screw-ie to --screw-ie8, documented it in README.md, indicated it ↵Michał Gołębiowski
doesn't break IE9+
2013-03-13Support mangling toplevel namesMihai Bazon
Close #127
2013-03-11Disable `unsafe` by defaultMihai Bazon
Close #147
2013-01-31Merge pull request #94 from paulmillr/patch-1Mihai Bazon
Add better fromstring docs.
2013-01-20Add --source-map-url optionMihai Bazon
Fix #100 Fix #47
2013-01-17Update installation instructions re #4Forbes Lindesay
2013-01-13Add better fromstring docs.Paul Miller
2013-01-08Compressor options use underscores rather than hyphensJake Archibald
2013-01-04Support `output`, `mangle` and `compress` options to `UglifyJS.minify`.Mihai Bazon
Close #57 Close #86 Close #33
2013-01-03--version optionBenoît Zugmeyer
2013-01-02Implement `-m sort=true`Mihai Bazon
close #83
2012-11-21rename the npm package to "uglify-js" and cli tool to "uglifyjs"Mihai Bazon
2012-10-19Add sourceRoot option to minifySergej Tatarincev
2012-10-18add fromString argument to `UglifyJS.minify` (allows to pass the sourceMihai Bazon
code, instead of file names, as first argument). close #17
2012-10-17added note about API docs and online demoMihai Bazon
2012-10-17add `semicolons` option in the code generator (default: `true`)Mihai Bazon
pass `false` to separate statements with newlines instead of semicolons
2012-10-13update for acornMihai Bazon
2012-10-09update on @cc_onMihai Bazon
2012-10-08add simple API wrapper: UglifyJS.minifyMihai Bazon
(refs #7)
2012-10-08added some basic API docMihai Bazon
2012-10-08added --self to easily get a browser-runnable version of UglifyJSMihai Bazon
2012-10-05fix typoMihai Bazon
2012-10-05add note about installationMihai Bazon
2012-10-05added --acorn and --spidermonkey optionsMihai Bazon
2012-10-03document the CLI toolMihai Bazon
2012-08-29update with link to discussion about Esprima vs. UglifyJS speedMihai Bazon