index
:
tracifyjs
apprentice
templatifyjs
Reverse engineer's tool for tracing the flow of data in JS program, based on UglifyJS
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
README.md
Age
Commit message (
Expand
)
Author
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
2012-10-05
added --acorn and --spidermonkey options
Mihai Bazon
2012-10-03
document the CLI tool
Mihai Bazon
2012-08-29
update with link to discussion about Esprima vs. UglifyJS speed
Mihai Bazon
2012-08-27
added README
Mihai Bazon