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
2017-05-18
fix docs for side_effects flag to reflect current behavior (#1966)
Kara
2017-05-17
update output options in readme (#1958)
Rob Garrison
2017-05-17
remove Travis CI badge
alexlamsl
2017-05-16
export `TreeTransformer` (#1950)
...
Alex Lam S.L
2017-05-16
minor fixes to README.md
alexlamsl
2017-05-16
reorg README for 3.x (#1942)
kzc
2017-05-14
Tweak README Notes (#1934)
kzc
2017-05-13
document 3 max passes (#1928)
olsonpm
2017-05-13
clarify wording (#1931)
olsonpm
2017-05-12
add documentation for `side_effects` & `[#@]__PURE__` (#1925)
olsonpm
2017-05-12
update README (#1918)
kzc
2017-05-11
fix typo (#1913)
Alexis Tyler
2017-05-11
update documentation (#1909)
...
Alex Lam S.L
2017-05-10
Remove unnecessary `git clone` instructions in README (#1897)
kzc
2017-05-10
Change `harmony` to `uglify-es` in master README (#1895)
kzc
2017-05-09
mention `minify().error`
Alex Lam S.L
2017-05-08
[3.x] fix documentation for beautify options (#1882)
...
kzc
2017-05-08
support dumping AST (#1879)
...
Alex Lam S.L
2017-05-07
update documentation
...
Alex Lam S.L
2017-04-23
update README for 3.x (#1840)
kzc
2017-04-21
Fix API reference examples (#1834)
Roman Dvornov
2017-04-16
update README (#1813)
...
Alex Lam S.L
2017-04-15
unify CLI & API under `minify()` (#1811)
...
Alex Lam S.L
2017-04-07
introduce "strict" to `pure_getters` (#1795)
Alex Lam S.L
2017-04-01
improve compression of undefined, NaN & Infinitiy (#1748)
...
Alex Lam S.L
2017-03-23
metadata cleanup (#1630)
...
Alex Lam S.L
2017-03-17
Add `--in-source-map inline` documentation (#1611)
Christian Maughan Tegnér
2017-03-08
scan assignment value in drop_unused() (#1578)
...
Alex Lam S.L
2017-03-05
stay safe with constants in IE8- (#1547)
...
Alex Lam S.L
2017-03-03
process code with implicit return statement (#1522)
...
Alex Lam S.L
2017-03-03
compress numerical expressions (#1513)
...
Alex Lam S.L
2017-03-01
invert `reduce_vars` tracking flag (#1519)
...
Alex Lam S.L
2017-02-27
add harmony branch details in README (#1507)
kzc
2017-02-25
update docs for `pure_funcs` & `drop_console` (#1503)
...
Alex Lam S.L
2017-02-24
enable `collapse_vars` & `reduce_vars` by default
...
alexlamsl
2017-02-21
introduce `unsafe_proto`
...
alexlamsl
2017-02-21
enhance `global_defs`
...
alexlamsl
2017-02-21
drop unused: toplevel, assign-only
...
alexlamsl
2017-01-19
Have minify() and tests use figure_out_scope() as uglifyjs CLI does
...
kzc
2017-01-19
Add note about name mangling when using --mangle-props=unquoted (#1314)
Wiktor Kwapisiewicz
2016-11-29
docs: add doc for option.outFileName
1111hui
2016-11-29
Add --mangle-props-debug and fix --mangle-props=unquoted collision
...
Ashley (Scirra)
2016-10-23
Don't filter shebangs when using the 'some' comment filter
...
Anthony Van de Gejuchte
2016-10-23
Add an option for writing inline source map
pengzhenqing
2016-10-01
Optimize unmodified variables
alexlamsl
2016-09-06
Make all comment options in cli available in js api
...
Anthony Van de Gejuchte
2016-08-14
Add missing `{` in README
...
Timothy Gu
2016-07-17
Fix the document of keep_fnames option
homuler
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
[next]