UglifyJS.git
2018-05-25 Alex Lam S.Lfix corner case in `reduce_vars` (#3151)
2018-05-24 Alex Lam S.Lfix corner cases with `eval()` (#3147)
2018-05-23 Alex Lam S.Laugment tests for inline source maps (#3145)
2018-05-23 Alex Lam S.Laugment tests for `RegExp` (#3144)
2018-05-22 Alex Lam S.Lv3.3.27
2018-05-21 Alex Lam S.Lfix corner case in `reduce_vars` (#3141)
2018-05-20 Alex Lam S.Lv3.3.26
2018-05-18 Alex Lam S.Lfix corner case in `collapse_vars` (#3139)
2018-05-18 exvisoryUpdate README.md to clarify --source-map filename optio...
2018-05-12 Alex Lam S.Lv3.3.25
2018-05-12 Alex Lam S.Lremove `colors` dependency (#3133)
2018-05-11 Alex Lam S.Lreplace `mocha` dependency (#3131)
2018-05-10 Alex Lam S.Lfix corner case in `reduce_vars` (#3129)
2018-05-09 Alex Lam S.Lfix corner case in call binding (#3128)
2018-05-07 Alex Lam S.Lv3.3.24
2018-05-06 Alex Lam S.Lfix various corner cases (#3126)
2018-05-06 Alex Lam S.Lfix corner case in `reduce_vars` (#3124)
2018-05-05 Alex Lam S.Lfix various corner cases (#3123)
2018-05-04 Alex Lam S.Lspeed up `collapse_vars` (#3119)
2018-05-03 Alex Lam S.Lfix `reduce_vars` on nested invocations (#3118)
2018-05-03 Alex Lam S.Lcompress `AST_Sequence` within `AST_Call` (#3117)
2018-05-03 Alex Lam S.Lbetter fix for #3113 (#3115)
2018-05-02 Alex Lam S.Lfix `TreeWalker` scan order (#3114)
2018-05-02 Alex Lam S.Limprove `reduce_vars` (#3112)
2018-04-28 Alex Lam S.Lv3.3.23
2018-04-27 Alex Lam S.Limprove numeral compression (#3108)
2018-04-26 Alex Lam S.Lworkaround `vm` context issue in `node-chakracore`...
2018-04-26 Alex Lam S.Limprove general performance (#3104)
2018-04-26 Alex Lam S.Limprove `collapse_vars` (#3103)
2018-04-26 Alex Lam S.Lworkaround test failures in Node.js 10 (#3102)
2018-04-26 Alex Lam S.Lworkaround stack overflow in ChakraCore (#3101)
2018-04-24 Alex Lam S.Lbetter fix for #2506 (#3099)
2018-04-24 Alex Lam S.Lhandle RHS side-effects in `collapse_vars` (#3097)
2018-04-24 Alex Lam S.Limprove `max_line_len` (#3095)
2018-04-24 Alex Lam S.Lupdate `AST` documentation (#3094)
2018-04-24 alexlamslremove unsupported platform
2018-04-20 Alex Lam S.Lv3.3.22
2018-04-18 Alex Lam S.Lfix corner case in `strip_func_ids()` (#3090)
2018-04-15 Alex Lam S.Limprove performance when handling unused variables...
2018-04-12 Alex Lam S.Lv3.3.21
2018-04-11 Alex Lam S.Lfix `inline` of `catch`-scoped variables (#3077)
2018-04-10 Alex Lam S.Lsuppress `hoist_props` for embedded assignments (#3074)
2018-04-10 Alex Lam S.Lextend `hoist_props` (#3073)
2018-04-10 Alex Lam S.Lextend `join_vars` on object assignments (#3072)
2018-04-09 Alex Lam S.Lhandle flow control in loops with `reduce_vars` (#3069)
2018-04-09 Alex Lam S.Lhandle `pure_funcs` under `inline` & `reduce_vars`...
2018-04-07 Alex Lam S.Lv3.3.20
2018-04-07 Alex Lam S.Lfix corner case in reuse of `mangle` options (#3062)
2018-04-07 Alex Lam S.Lv3.3.19
2018-04-06 Alex Lam S.Lmangle `Object.defineProperty()` (#3059)
2018-04-06 Alex Lam S.Lsupport inline source map from multiple files (#3058)
2018-04-06 Alex Lam S.Limprove usability of `includeSources` (#3057)
2018-04-05 Alex Lam S.Lfix AST corruption during `inline` of simple `return...
2018-04-04 Alex Lam S.Lspeed up `has_parens()` (take 2) (#3052)
2018-04-03 Alex Lam S.Limprove performance through `makePredicate()` (#3048)
2018-04-02 Alex Lam S.Lfix tree traversal on `AST_Do` (#3047)
2018-04-02 Alex Lam S.Lv3.3.18
2018-03-31 b-fuzeDon't load source map until the JS source is fully...
2018-03-31 Alex Lam S.Lgive sensible error against invalid input source map...
2018-03-31 Alex Lam S.Lfix escape analysis on `AST_New` (#3043)
2018-03-31 Alex Lam S.Lv3.3.17
2018-03-30 Alex Lam S.Lmangle unused nested `AST_SymbolCatch` correctly (...
2018-03-30 Alex Lam S.Lhandle modifications to `this` correctly (#3036)
2018-03-29 Alex Lam S.Limprove test for #3023 (#3031)
2018-03-29 Alex Lam S.Limprove source map granularity (#3030)
2018-03-26 Fábio Santosfix extra regex slash when going through mozilla AST...
2018-03-23 Alex Lam S.Lspeed up `has_parens()` (#3014)
2018-03-22 Alex Lam S.Lfix corner case in `hoist_props` (#3022)
2018-03-22 Alex Lam S.Limprove performance (#3020)
2018-03-22 Alex Lam S.Lfix nested `inline` within loop (#3019)
2018-03-22 Alex Lam S.Lfix corner case in `inline` (#3017)
2018-03-19 Alex Lam S.Lv3.3.16
2018-03-16 Alex Lam S.Lextend fuzzy RHS folding (#3006)
2018-03-15 Alex Lam S.Limprove truthy compression (#3009)
2018-03-15 Alex Lam S.Lrefactor brackets to braces (#3005)
2018-03-14 Alex Lam S.Lv3.3.15
2018-03-14 Alex Lam S.Lupdate dependencies (#3002)
2018-03-13 Alex Lam S.Lretain comments within brackets (#2999)
2018-03-13 Alex Lam S.Lpreserve non-constant value assignments with modificati...
2018-03-11 Alex Lam S.Lhandle `case` correctly under `reduce_vars` (#2993)
2018-03-10 Alex Lam S.Lpreserve case when `inline_script` (#2991)
2018-03-10 Alex Lam S.Lv3.3.14
2018-03-07 Alex Lam S.Lfix `mangle` of `AST_SymbolLambda` under `ie8` (#2978)
2018-03-05 Alex Lam S.Lhandle negated constants correctly in `collapse_vars...
2018-03-04 Alex Lam S.Lv3.3.13
2018-03-03 Alex Lam S.Limprove `test/run-test.js` performance (#2971)
2018-03-02 Alex Lam S.Lcompress `arguments[index]` (#2967)
2018-03-01 Alex Lam S.Lfix value reference caching in `evaluate` (#2969)
2018-02-28 Alex Lam S.Lenhance `conditionals` (#2966)
2018-02-28 Alex Lam S.Lmigrate safe transformations out of `unsafe_comps`...
2018-02-28 Alex Lam S.Ldrop `side_effects`-free `return` values (#2965)
2018-02-28 Alex Lam S.Lenhance `collapse_vars` (#2952)
2018-02-26 Alex Lam S.Ldrop lone "use strict" in function body (#2963)
2018-02-26 Danshow benchmark subtotal (#2960)
2018-02-25 Alex Lam S.Limprove fix for #2954 (#2958)
2018-02-25 Alex Lam S.Lfix `collapse_vars` on nested exception (#2955)
2018-02-24 Alex Lam S.Ldeduplicate parenthesis around object and function...
2018-02-23 Alex Lam S.Lminor clean-ups (#2951)
2018-02-23 Alex Lam S.Limprove `mangle` (#2948)
2018-02-22 Alex Lam S.Lv3.3.12
next