Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-02-11 | Merge pull request #948 from kzc/collapse_vars_doc | Richard van Velzen | |
collapse_vars: document the compress option in README | |||
2016-02-08 | Create and map `bare-returns` into new `parse` property name | Martii | |
2016-01-28 | collapse_vars: small change to README | kzc | |
2016-01-28 | collapse_vars: document option in README | kzc | |
2016-01-27 | Add mangleProperties documentation to README | Bryan Rayner | |
Add additional documentation to mangleProperties. | |||
2016-01-26 | Added a mangle properties option | Jeremy Marzka | |
2016-01-19 | Update README for /** @const */ | Samuel Reed | |
2015-11-27 | Update README URLs based on HTTP redirects | ReadmeCritic | |
2015-11-14 | Fix docs for keep_fargs | plievone | |
Compression options `keep_fargs` and `unsafe` were decoupled in v.2.5.0 (commit 5fd1245), so document actual keep_fargs default. | |||
2015-10-13 | add `--pure-funcs` option | Damian Krzeminski | |
it has the same effect as specifying `pure_funcs` in `--compressor` option, however it's much easier to use instead of: --compressor 'pure_func=["Math.floor","debug","console.logTime"]' it's now possible: --compressor --pure-funcs Math.floor debug console.logTime fixes #684 | |||
2015-08-07 | Merge pull request #729 from DrewML/keep_fnames_docs | Richard van Velzen | |
Add keep_fnames compressor option to README.md | |||
2015-06-09 | Change --mangle-regex to accept a full regex | Joao Carlos | |
2015-06-09 | Add --mangle-regex option | Joao Carlos | |
2015-06-02 | Add keep_fnames compressor option to README.md | Andrew Levine | |
2015-04-03 | Document passing source maps directly to minify() using inSourceMap | David Caldwell | |
2015-03-29 | Update README | Mihai Bazon | |
2015-03-20 | Keep unused function arguments by default | Mihai Bazon | |
Discarding unused function arguments affects function.length, which can lead to some hard to debug issues. This optimization is now done only in "unsafe mode". Fix #121 | |||
2015-01-27 | Add option to preserve/enforce string quote style | Mihai 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-07 | Document `--` for usage in CLI class | Richard van Velzen | |
Close #518 | |||
2015-01-04 | Update README.md | Austin Brown | |
otions => options | |||
2015-01-04 | Use svg instead of png to get better image quality | Peter Dave Hello | |
2014-09-28 | Document `keep_fargs`. Close #557 | Mihai Bazon | |
2014-08-04 | Added example for usage with SpiderMonkey AST. | Ingvar Stepanyan | |
2014-02-06 | fix readme typo (when -> with) | Vladimir Agafonkin | |
2014-01-26 | Merge branch 'sourcesContent' of https://github.com/arty-name/UglifyJS2 into ↵ | Mihai Bazon | |
arty-name-sourcesContent | |||
2014-01-17 | Fix example | Mihai Bazon | |
2014-01-09 | Added support for sourcesContent property of source map | Artemy Tregubenko | |
2013-12-10 | Add `drop_console` option to the compressor | Mihai Bazon | |
2013-10-30 | [README] Fix #278 | Mihai Bazon | |
2013-10-29 | Add "preamble" output option | Mihai Bazon | |
Close #335 | |||
2013-10-04 | Rename clean_getters to pure_getters; add pure_funcs. | Mihai Bazon | |
2013-10-02 | add `clean_getters` compressor option (default `false`) | Mihai Bazon | |
allows one to specify if `foo.bar` is considered to have side effects. | |||
2013-08-22 | Remove --ie-proof from the readme. | Mihai Bazon | |
Fix #276 | |||
2013-08-20 | Move support for `negate_iife` in the compressor, rather than code generator | Mihai Bazon | |
(the code generator doesn't maintain enough context to know whether the return value is important or discarded) Fixes #272 | |||
2013-08-08 | fix usage | Mihai Bazon | |
2013-08-07 | Support `-p relative`. Fix #256 | Mihai Bazon | |
2013-05-22 | Add `negate_iife` option to the code generator. | Mihai Bazon | |
See discussion in a9511dfbe5c0d96d8cacb87582aa9a19737bbb98 | |||
2013-05-08 | Add Travis build badge to README | Nick Schonning | |
2013-05-02 | Fix typo in bin and readme | Kim Joar Bekkelund | |
2013-05-01 | Add README syntax highlighting | Uli Köhler | |
2013-04-20 | unbalanced parentheses in readme | Michael Ficarra | |
2013-03-25 | renamed --screw-ie to --screw-ie8, documented it in README.md, indicated it ↵ | Michał Gołębiowski | |
doesn't break IE9+ | |||
2013-03-13 | Support mangling toplevel names | Mihai Bazon | |
Close #127 | |||
2013-03-11 | Disable `unsafe` by default | Mihai Bazon | |
Close #147 | |||
2013-01-31 | Merge pull request #94 from paulmillr/patch-1 | Mihai Bazon | |
Add better fromstring docs. | |||
2013-01-20 | Add --source-map-url option | Mihai Bazon | |
Fix #100 Fix #47 | |||
2013-01-17 | Update installation instructions re #4 | Forbes Lindesay | |
2013-01-13 | Add better fromstring docs. | Paul Miller | |
2013-01-08 | Compressor options use underscores rather than hyphens | Jake Archibald | |
2013-01-04 | Support `output`, `mangle` and `compress` options to `UglifyJS.minify`. | Mihai Bazon | |
Close #57 Close #86 Close #33 |