Age | Commit message (Expand) | Author |
---|---|---|
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...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 | Mihai Bazon |
2015-01-27 | Add option to preserve/enforce string quote style...`-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. | Mihai Bazon |
2015-01-07 | Document `--` for usage in CLI class...Close #518 | Richard van Velzen |
2015-01-04 | Update README.md...otions => options | Austin Brown |
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 |
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...Close #335 | Mihai Bazon |
2013-10-04 | Rename clean_getters to pure_getters; add pure_funcs. | Mihai Bazon |
2013-10-02 | add `clean_getters` compressor option (default `false`)...allows one to specify if `foo.bar` is considered to have side effects. | Mihai Bazon |
2013-08-22 | Remove --ie-proof from the readme....Fix #276 | Mihai Bazon |
2013-08-20 | Move support for `negate_iife` in the compressor, rather than code generator...(the code generator doesn't maintain enough context to know whether the return value is important or discarded) Fixes #272 | Mihai Bazon |
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....See discussion in a9511dfbe5c0d96d8cacb87582aa9a19737bbb98 | Mihai Bazon |
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 d... | Michał Gołębiowski |
2013-03-13 | Support mangling toplevel names...Close #127 | Mihai Bazon |
2013-03-11 | Disable `unsafe` by default...Close #147 | Mihai Bazon |
2013-01-31 | Merge pull request #94 from paulmillr/patch-1...Add better fromstring docs. | Mihai Bazon |
2013-01-20 | Add --source-map-url option...Fix #100 Fix #47 | Mihai Bazon |
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`....Close #57 Close #86 Close #33 | Mihai Bazon |
2013-01-03 | --version option | Benoît Zugmeyer |
2013-01-02 | Implement `-m sort=true`...close #83 | Mihai Bazon |
2012-11-21 | rename the npm package to "uglify-js" and cli tool to "uglifyjs" | Mihai Bazon |
2012-10-19 | Add sourceRoot option to minify | Sergej Tatarincev |
2012-10-18 | add fromString argument to `UglifyJS.minify` (allows to pass the source...code, instead of file names, as first argument). close #17 | Mihai Bazon |
2012-10-17 | added note about API docs and online demo | Mihai Bazon |
2012-10-17 | add `semicolons` option in the code generator (default: `true`)...pass `false` to separate statements with newlines instead of semicolons | Mihai Bazon |
2012-10-13 | update for acorn | Mihai Bazon |
2012-10-09 | update on @cc_on | Mihai Bazon |
2012-10-08 | add simple API wrapper: UglifyJS.minify...(refs #7) | Mihai Bazon |
2012-10-08 | added some basic API doc | Mihai Bazon |
2012-10-08 | added --self to easily get a browser-runnable version of UglifyJS | Mihai Bazon |
2012-10-05 | fix typo | Mihai Bazon |
2012-10-05 | add note about installation | Mihai Bazon |