aboutsummaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)Author
2021-01-02introduce `awaits` (#4495)Alex Lam S.L
2020-12-28workaround asynchronous tty bugs on Node.js (#4473)Alex Lam S.L
2020-08-23update `domprops` (#4065)Alex Lam S.L
2020-04-18report top-level default options (#3797)Alex Lam S.L
2020-04-14expand testing on Node.js versions (#3779)Alex Lam S.L
2020-03-28handle `source-map` operations internally (#3754)Alex Lam S.L
2020-02-06export missing API for AST manipulation (#3707)Alex Lam S.L
2019-10-15avoid mangling of `MutationObserver` properties (#3477)David xu
2019-10-10improve readability of `--help ast` (#3460)Alex Lam S.L
2019-10-06exclude mangling of addEventListener parameters (#3445)David xu
2019-10-06facilitate Webpack compatibility (#3435)...Sampson Crowley
2019-04-20update `domprops` (#3369)...Alex Lam S.L
2018-07-13fix corner cases in `preserve_line` (#3212)Alex Lam S.L
2018-06-28improve `unsafe` `comparisons` (#3200)Alex Lam S.L
2018-06-06general clean-ups (#3175)Alex Lam S.L
2018-01-07improve `process.exit()` workaround (#2741)...Alex Lam S.L
2017-12-17export `parse()` (#2608)Alex Lam S.L
2017-05-28implement `--help options` (#2017)Alex Lam S.L
2017-05-25ensure new line after `describe_ast()` (#1999)Alex Lam S.L
2017-05-16export `TreeTransformer` (#1950)...Alex Lam S.L
2017-05-08deprecate low level API (#1877)...Alex Lam S.L
2017-04-15unify CLI & API under `minify()` (#1811)...Alex Lam S.L
2017-03-31sort options in alphabetical order (#1743)...Alex Lam S.L
2017-03-29remove UGLIFY_DEBUG (#1720)...Alex Lam S.L
2017-03-23fix a bug in simple_glob (#1632)...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-19Have minify() and tests use figure_out_scope() as uglifyjs CLI does...kzc
2016-11-29feat: add option.outFileName for JS API, if absense, sourceMap.file field wil...1111hui
2016-10-23Add an option for writing inline source mappengzhenqing
2016-08-14Add input file glob support to minify()kzc
2016-08-14Add simple file globbing to bin/uglifyjs for Windowskzc
2016-08-14Fixed sourceMapIncludeSources and inSourceMap = string combination of the Ugl...Lucas Wiener
2016-07-17Source map URL override from programmatic APIYotam Spenser
2016-06-30Allow input files to be map (url->filename)Geraint
2016-06-20Don't assume DEBUG is defined when exporting --self...Richard van Velzen
2016-06-19Don't mix strings with directives in output...Anthony Van de Gejuchte
2016-06-07Export tokenizer function...ChALkeR
2016-05-04Workaround for process.exit() tty output truncation....kzc
2016-04-19Add `passes` compress option. Fix duplicate compress warnings.kzc
2016-02-08Create and map `bare-returns` into new `parse` property nameMartii
2016-01-31Fixes #951 missing export for SymbolDefBoris Letocha
2016-01-26Added a mangle properties optionJeremy Marzka
2015-11-11Rework has_directive...Mihai Bazon
2015-10-07have minify() call figure_out_scope() if needed to produce well formed "use a...kzc
2015-09-24Fix mozilla-ast after module loading changes...Mihai Bazon
2015-09-24No longer use `vm` to load code....Mihai Bazon
2015-08-27allow for anonymous map generation using string type checkIngo Struck
2015-08-07Merge pull request #736 from AlbertoGP/master...Richard van Velzen
2015-07-28Support wrap and exportAll options.Kosei Kitahara