UglifyJS.git
2017-07-12 Alex Lam S.Lenhance `passes` (#2229)
2017-07-11 Alex Lam S.Lfix gzip stream in `test/benchmark.js` (#2228)
2017-07-10 Alex Lam S.Lenhance source mapping on IIFEs (#2224)
2017-07-08 Alex Lam S.Lbenchmark gzipped output (#2220)
2017-07-08 kzcdocs: update benchmarks using node 8, add babili (...
2017-07-08 Alex Lam S.Lv3.0.24
2017-07-07 Alex Lam S.Lhandle duplicate argument names in `collapse_vars`...
2017-07-06 Alex Lam S.Linlining of static methods & constants (#2211)
2017-07-06 Alex Lam S.Linline property access of object literal (#2209)
2017-07-05 Alex Lam S.Lsuppress `collapse_vars` of `this` as call argument...
2017-07-05 Alex Lam S.Limprove `compress` granularity through `typeofs` (...
2017-07-03 Alex Lam S.Lminor clean-ups to `evaluate` (#2197)
2017-07-02 Alex Lam S.Limprove parenthesis emission (#2196)
2017-07-02 Alex Lam S.Lclean up `TreeWalker.pop()` (#2195)
2017-07-02 Alex Lam S.Lrefactor `throw` usage within `compress` (#2193)
2017-07-02 kzcdocument fast mangle-only minify mode (#2194)
2017-07-02 Alex Lam S.Lv3.0.23
2017-07-01 Alex Lam S.Ldrop argument value after `collapse_vars` (#2190)
2017-07-01 Alex Lam S.Limprove `inline` efficiency (#2188)
2017-06-30 Alex Lam S.Lv3.0.22
2017-06-29 Alex Lam S.Limprove usability of name cache under `minify()` (...
2017-06-28 Alex Lam S.Lv3.0.21
2017-06-27 Alex Lam S.Limprove `unsafe_Func` (#2171)
2017-06-27 Alex Lam S.Lparse `@global_defs` as expressions (#2169)
2017-06-25 Alex Lam S.Lv3.0.20
2017-06-25 Alex Lam S.Lmore tests for #2158 (#2160)
2017-06-24 Alex Lam S.Lfix `cascade` & `collapse` on property access of consta...
2017-06-23 Alex Lam S.Lrefactor `compute_char_frequency()` (#2152)
2017-06-23 Alex Lam S.Lsynchronise `mangle.properties` for `minify()` & `test...
2017-06-23 Alex Lam S.Lrefactor `Compressor.toplevel` (#2149)
2017-06-22 Alex Lam S.Lminimise `reduce_vars` cloning overhead (#2148)
2017-06-22 Alex Lam S.Lfix `reduce_vars` on `this` (#2145)
2017-06-22 Alex Lam S.Lfix for-in loop parsing (#2144)
2017-06-21 Alex Lam S.Lv3.0.19
2017-06-19 Alex Lam S.Lensure mangling works if catch reuses a scope variable...
2017-06-18 Alex Lam S.Lv3.0.18
2017-06-17 Alex Lam S.Lmake defensive copies when `inline` (#2116)
2017-06-16 Alex Lam S.Lfix loss of context in `collapse_vars` & `cascade`...
2017-06-16 Alex Lam S.Lin-place `tigten_body()` (#2111)
2017-06-16 Alex Lam S.Lcorrectly determine scope of `AST_This` (#2109)
2017-06-15 Alex Lam S.Lenforce `inline` scope restriction (#2106)
2017-06-15 Alex Lam S.Lv3.0.17
2017-06-15 Alex Lam S.Lsuppress `inline` of `this` (#2103)
2017-06-14 Alex Lam S.Lavoid intermittent test time-out failures (#2100)
2017-06-14 Alex Lam S.Lcompute `uses_arguments` correctly in `figure_out_scope...
2017-06-14 Alex Lam S.Lfix parsing of `expect_stdout` (#2096)
2017-06-14 Alex Lam S.Lv3.0.16
2017-06-14 kzcadd comment about quote_style and gzip (#2092)
2017-06-14 Alex Lam S.Lcache web assets between CI runs (#2089)
2017-06-13 Ziad El Khoury... fix CLI parsing of `--source-map content` (#2088)
2017-06-12 Alex Lam S.Ladd Node.js 8 to Travis CI (#2086)
2017-06-12 Alex Lam S.Lallow `expect_stdout` to specify `Error` (#2087)
2017-06-12 Alex Lam S.Lfix variable accounting in `inline` (#2085)
2017-06-10 Alex Lam S.Lsuppress false positives for-in loops (#2080)
2017-06-09 Alex Lam S.Lfix portability of `sandbox.run_code()` on Node.js...
2017-06-09 Alex Lam S.Lfix non-string parameters (#2076)
2017-06-09 Alex Lam S.Lreport `test/ufuzz.js` failures in `process.stderr...
2017-06-08 Alex Lam S.Lmarshal `mangle[.properties].reserved` from non-Array...
2017-06-07 Alex Lam S.Lfix iteration over object with inherited properties...
2017-06-07 Alex Lam S.Lfix `cascade` on multi-branch evaluations (#2067)
2017-06-06 Alex Lam S.Lfix CLI output corruption (#2061)
2017-06-06 Alex Lam S.Lfix `inline` handling of `AST_Call.args` (#2059)
2017-06-06 Alex Lam S.Limplement `test/jetstream.js --debug` (#2058)
2017-06-05 Alex Lam S.Limplement function inlining (#2053)
2017-06-05 Alex Lam S.Lworkaround webkit parsing error (#2056)
2017-06-04 Alex Lam S.Lfix `AST_Function` scope invariance (#2052)
2017-06-03 Alex Lam S.Ladd tests for `AST_SymbolAccessor` (#2049)
2017-06-03 Alex Lam S.Lclean up `lib/parse.js` (#2047)
2017-06-02 kzcbetter document behavior of unsafe_Func (#2043)
2017-06-01 Alex Lam S.Lv3.0.15
2017-06-01 Alex Lam S.Lfix non-identifier getter/setter name (#2041)
2017-05-31 Alex Lam S.Lwhitelist `unsafe` `evaluate` candidates (#2039)
2017-05-31 Alex Lam S.Lenhance `unsafe` `evaluate` (#2037)
2017-05-31 kzcreformat mangle options section of README (#2036)
2017-05-31 Alex Lam S.Lv3.0.14
2017-05-30 Alex Lam S.Lintroduce `unsafe_Func` (#2033)
2017-05-30 Alex Lam S.Lwiden CLI parse error code fragment displayed (#2032)
2017-05-29 Alex Lam S.Lv3.0.13
2017-05-29 Alex Lam S.Lbetter fix for #512 & #2010 (#2019)
2017-05-28 Alex Lam S.Ldisplay default values in `--help options` (#2018)
2017-05-28 Alex Lam S.Limplement `--help options` (#2017)
2017-05-27 Alex Lam S.Limprove CLI usability (#2016)
2017-05-27 Alex Lam S.Lextend `node_version` range on applicable tests (#2015)
2017-05-27 Alex Lam S.Lv3.0.12
2017-05-27 Alex Lam S.Lfix `hoist_funs` on block-scoped `function` under ...
2017-05-27 Alex Lam S.Lfix `if_return` on `AST_Defun` (#2010)
2017-05-27 kzcclarify what --mangle-props does (#2012)
2017-05-26 kzcbetter document mangle properties options (#2009)
2017-05-26 kzcfix and expand --mangle-props documentation (#2008)
2017-05-26 Alex Lam S.Lfix `dead_code` on block-scoped `function` under "use...
2017-05-25 Alex Lam S.Lclean up `lib/scope.js` (#2003)
2017-05-24 Alex Lam S.Lreport timing breakdown (#2000)
2017-05-24 Alex Lam S.Lensure new line after `describe_ast()` (#1999)
2017-05-23 Alex Lam S.Lreinstate `describe_ast()` on CLI (#1996)
2017-05-23 Alex Lam S.Lv3.0.11
2017-05-23 Alex Lam S.Lfix source map offset (#1993)
2017-05-22 kzcadd another minify() options example (#1988)
2017-05-21 Alex Lam S.Limprove usability of `global_defs` in `minify()` (...
2017-05-20 kzcmore refinement of minify() documentation (#1983)
2017-05-20 Alex Lam S.Lv3.0.10
next