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
2016-07-17
Source map URL override from programmatic API
Yotam Spenser
2016-07-01
Document that the smallest sequences optimization length is 2
...
kzc
2016-07-01
Change the default sequences limit to 200 to speed up compress.
...
kzc
2016-07-01
Allow sequences maximum length to be user configurable.
kzc
2016-06-30
Enable --screw-ie8 by default.
...
kzc
2016-06-30
Add Node API documentation for mangling options
iliashk
2016-06-19
Document the except option to mangle
...
Asia
2016-06-19
Respect quote style in object literals
...
Shrey Banga
2016-06-19
Don't mix strings with directives in output
...
Anthony Van de Gejuchte
2016-06-15
Fix test262 failures related to <, <=, in and instanceof
...
Anthony Van de Gejuchte
2016-04-19
Add `passes` compress option. Fix duplicate compress warnings.
kzc
2016-03-27
added documentation on conditional compilation using API
Sebastien Daniel
2016-02-27
#877 Ignore mangle sort option
kzc
2016-02-11
Merge pull request #948 from kzc/collapse_vars_doc
...
Richard van Velzen
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
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
2015-10-13
add `--pure-funcs` option
...
Damian Krzeminski
2015-08-07
Merge pull request #729 from DrewML/keep_fnames_docs
...
Richard van Velzen
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
2015-01-27
Add option to preserve/enforce string quote style
...
Mihai Bazon
2015-01-07
Document `--` for usage in CLI class
...
Richard van Velzen
2015-01-04
Update README.md
...
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
...
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`)
...
Mihai Bazon
2013-08-22
Remove --ie-proof from the readme.
...
Mihai Bazon
2013-08-20
Move support for `negate_iife` in the compressor, rather than code generator
...
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.
...
Mihai Bazon
[next]