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
/
bin
Age
Commit message (
Expand
)
Author
2017-05-16
print package name alongside version in CLI (#1946)
...
Alex Lam S.L
2017-05-10
gracefully handle non-`Error` being thrown (#1893)
Alex Lam S.L
2017-05-09
print error stack in CLI (#1890)
Alex Lam S.L
2017-05-08
return `Error` from `minify()` (#1880)
...
Alex Lam S.L
2017-05-08
support dumping AST (#1879)
...
Alex Lam S.L
2017-05-08
deprecate low level API (#1877)
...
Alex Lam S.L
2017-05-08
support `minify()` output as AST (#1878)
...
Alex Lam S.L
2017-05-02
restore report of supported options (#1861)
...
Alex Lam S.L
2017-04-19
fix parser bugs & CLI reporting (#1827)
...
Alex Lam S.L
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-12
convert `AST_Seq` from binary tree to array (#1460)
...
Alex Lam S.L
2017-03-24
fix regression: CLI options with hyphens like -b ascii-only (#1640)
...
kzc
2017-03-05
stay safe with constants in IE8- (#1547)
...
Alex Lam S.L
2017-03-05
resolve issue with outdated version of async (#1549)
...
Alex Lam S.L
2017-02-27
improve error messages (#1506)
...
Alex Lam S.L
2017-02-25
allow --in-source-map inline (#1490)
...
Alex Lam S.L
2017-02-21
clean up `max_line_len`
...
alexlamsl
2017-01-26
fix mangling collision with keep_fnames (#1431)
...
Alex Lam S.L
2017-01-19
Have minify() and tests use figure_out_scope() as uglifyjs CLI does
...
kzc
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-06
Add an option to wrap IIFEs in parenthesis
...
Richard van Velzen
2016-09-06
Make all comment options in cli available in js api
...
Anthony Van de Gejuchte
2016-08-14
Add simple file globbing to bin/uglifyjs for Windows
kzc
2016-06-30
Enable --screw-ie8 by default.
...
kzc
2016-06-19
Respect quote style in object literals
...
Shrey Banga
2016-04-19
Add `passes` compress option. Fix duplicate compress warnings.
kzc
2016-02-17
Allow --no-* options to disable their respective parameter
...
Richard van Velzen
2016-02-10
Allow cli options to be specified in separate definitions
...
Richard van Velzen
2015-11-11
Rework has_directive
...
Mihai Bazon
2015-11-01
Fixed RegExp literal in mozilla AST generation/output and added a --dump-spid...
kzc
2015-10-13
add `--pure-funcs` option
...
Damian Krzeminski
2015-10-07
get rid of SCOPE_IS_NEEDED as it was always true
kzc
2015-10-07
Fix handling of "use asm" when no command line flags are passed to uglifyjs. ...
kzc
2015-10-07
Add proper support for "use asm"; blocks. Disable -c optimization within "use...
kzc
2015-09-24
No longer use `vm` to load code.
...
Mihai Bazon
2015-06-09
Change --mangle-regex to accept a full regex
Joao Carlos
2015-06-09
Show descriptive error when --mangle-regex is invalid
Joao Carlos
2015-06-09
Add --mangle-regex option
Joao Carlos
2015-05-04
Remove deprecated calls to utils.print/utils.error
...
Mihai Bazon
2015-04-22
If name_cache is specified, do rename cached properties
...
Mihai Bazon
2015-04-05
More fixes for the breaking changes in yargs
...
Mihai Bazon
2015-03-29
Fix long options
なつき
2015-03-29
Add tool to extract property names
Mihai Bazon
2015-03-22
Export readDefaultReservedFile
Mihai Bazon
2015-03-18
Add --reserve-domprops along with a default exclusion list in tools/domprops....
Mihai Bazon
2015-03-18
Support multiple --reserved-file args
Mihai Bazon
2015-03-17
Export readNameCache / writeNameCache
Mihai Bazon
[next]