aboutsummaryrefslogtreecommitdiff
path: root/bin
AgeCommit message (Expand)Author
2017-11-24fix `rename` (#2501)...Alex Lam S.L
2017-11-19expand symbol space to improve compression (#2460)...Alex Lam S.L
2017-11-16fix cross-scope inlining of `AST_Function`s (#2486)...Alex Lam S.L
2017-07-15reject malformed CLI parameters (#2239)...Alex Lam S.L
2017-06-29improve usability of name cache under `minify()` (#2176)...Alex Lam S.L
2017-06-13fix CLI parsing of `--source-map content` (#2088)...Ziad El Khoury Hanna
2017-06-07fix CLI output corruption (#2061)...Alex Lam S.L
2017-05-31introduce `unsafe_Func` (#2033)...Alex Lam S.L
2017-05-31widen CLI parse error code fragment displayed (#2032)...Alex Lam S.L
2017-05-28display default values in `--help options` (#2018)Alex Lam S.L
2017-05-28implement `--help options` (#2017)Alex Lam S.L
2017-05-28improve CLI usability (#2016)...Alex Lam S.L
2017-05-25report timing breakdown (#2000)...Alex Lam S.L
2017-05-24reinstate `describe_ast()` on CLI (#1996)...Alex Lam S.L
2017-05-16print package name alongside version in CLI (#1946)...Alex Lam S.L
2017-05-10gracefully handle non-`Error` being thrown (#1893)Alex Lam S.L
2017-05-09print error stack in CLI (#1890)Alex Lam S.L
2017-05-08return `Error` from `minify()` (#1880)...Alex Lam S.L
2017-05-08support dumping AST (#1879)...Alex Lam S.L
2017-05-08deprecate low level API (#1877)...Alex Lam S.L
2017-05-08support `minify()` output as AST (#1878)...Alex Lam S.L
2017-05-02restore report of supported options (#1861)...Alex Lam S.L
2017-04-19fix parser bugs & CLI reporting (#1827)...Alex Lam S.L
2017-04-16update README (#1813)...Alex Lam S.L
2017-04-15unify CLI & API under `minify()` (#1811)...Alex Lam S.L
2017-04-12convert `AST_Seq` from binary tree to array (#1460)...Alex Lam S.L
2017-03-24fix regression: CLI options with hyphens like -b ascii-only (#1640)...kzc
2017-03-05stay safe with constants in IE8- (#1547)...Alex Lam S.L
2017-03-05resolve issue with outdated version of async (#1549)...Alex Lam S.L
2017-02-27improve error messages (#1506)...Alex Lam S.L
2017-02-25allow --in-source-map inline (#1490)...Alex Lam S.L
2017-02-21clean up `max_line_len`...alexlamsl
2017-01-26fix mangling collision with keep_fnames (#1431)...Alex Lam S.L
2017-01-19Have minify() and tests use figure_out_scope() as uglifyjs CLI does...kzc
2016-11-29Add --mangle-props-debug and fix --mangle-props=unquoted collision...Ashley (Scirra)
2016-10-23Don't filter shebangs when using the 'some' comment filter...Anthony Van de Gejuchte
2016-10-23Add an option for writing inline source mappengzhenqing
2016-10-06Add an option to wrap IIFEs in parenthesis...Richard van Velzen
2016-09-06Make all comment options in cli available in js api...Anthony Van de Gejuchte
2016-08-14Add simple file globbing to bin/uglifyjs for Windowskzc
2016-06-30Enable --screw-ie8 by default....kzc
2016-06-19Respect quote style in object literals...Shrey Banga
2016-04-19Add `passes` compress option. Fix duplicate compress warnings.kzc
2016-02-17Allow --no-* options to disable their respective parameter...Richard van Velzen
2016-02-10Allow cli options to be specified in separate definitions...Richard van Velzen
2015-11-11Rework has_directive...Mihai Bazon
2015-11-01Fixed RegExp literal in mozilla AST generation/output and added a --dump-spid...kzc
2015-10-13add `--pure-funcs` option...Damian Krzeminski
2015-10-07get rid of SCOPE_IS_NEEDED as it was always truekzc
2015-10-07Fix handling of "use asm" when no command line flags are passed to uglifyjs. ...kzc