aboutsummaryrefslogtreecommitdiff
path: root/README.md
AgeCommit message (Collapse)Author
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
2012-08-27added READMEMihai Bazon