aboutsummaryrefslogtreecommitdiff
path: root/lib/minify.js
AgeCommit message (Expand)Author
2020-12-27workaround v8 bug with labels (#4467)...Alex Lam S.L
2020-11-21workaround Safari quirks (#4314)...Alex Lam S.L
2020-10-27improve warnings (#4247)...Alex Lam S.L
2020-08-23enhance `mangle.properties` (#4064)Alex Lam S.L
2020-07-31validate against multiple parents on `AST_Node` (#4032)...Alex Lam S.L
2020-05-09implement AST validation (#3863)Alex Lam S.L
2020-04-17support optional output of `names` in source maps (#3784)Alex Lam S.L
2020-03-28handle `source-map` operations internally (#3754)Alex Lam S.L
2019-11-16minor clean-ups (#3588)Alex Lam S.L
2019-10-11improve source map handling (#3464)...Alex Lam S.L
2019-05-04make `enclose` & `wrap` work with `sourceMap` (#3396)...Alex Lam S.L
2019-05-04fix corner cases in `sourceMap` (#3397)...Alex Lam S.L
2019-04-30unify logging functionality (#3392)...Alex Lam S.L
2018-06-01re-introduce `enclose` (#3163)...Jiavan
2018-04-06support inline source map from multiple files (#3058)...Alex Lam S.L
2018-04-06improve usability of `includeSources` (#3057)...Alex Lam S.L
2018-03-31give sensible error against invalid input source map (#3044)Alex Lam S.L
2018-02-24minor clean-ups (#2951)Alex Lam S.L
2018-01-09improve synergy between `compress` and `rename` (#2755)Alex Lam S.L
2018-01-09improve `rename` reproducibility (#2754)...Alex Lam S.L
2018-01-05fix `mangle` name collision across files (#2722)Alex Lam S.L
2017-11-19expand symbol space to improve compression (#2460)...Alex Lam S.L
2017-11-05inline single-use functions that are not constant expressions (#2434)...Alex Lam S.L
2017-07-29improve `mangle.properties` (#2261)...Alex Lam S.L
2017-06-29improve usability of name cache under `minify()` (#2176)...Alex Lam S.L
2017-06-08fix iteration over object with inherited properties (#2068)...Alex Lam S.L
2017-05-25report timing breakdown (#2000)...Alex Lam S.L
2017-05-08return `Error` from `minify()` (#1880)...Alex Lam S.L
2017-05-08support `minify()` output as AST (#1878)...Alex Lam S.L
2017-04-15unify CLI & API under `minify()` (#1811)...Alex Lam S.L