UglifyJS.git
2017-11-16 Alex Lam S.Lfix cross-scope inlining of `AST_Function`s (#2486)
2017-11-15 Alex Lam S.Lminor consolidations (#2484)
2017-11-14 kzcUpdate ISSUE_TEMPLATE.md (#2481)
2017-11-14 kzcupdate documentation for `reduce_funcs` (#2478)
2017-11-12 Alex Lam S.Lfix replacement logic in `collapse_vars` (#2475)
2017-11-12 Alex Lam S.Lfix `top_retain` on `hoist_props` (#2474)
2017-11-12 Alex Lam S.Lallow symbol replacement on multiple occurrences (...
2017-11-11 Alex Lam S.Lv3.1.9
2017-11-11 Alex Lam S.Lextend `reduce_funcs` to cover cross-scope substitution...
2017-11-10 Alex Lam S.Limplement compress option `reduce_funcs` (#2466)
2017-11-09 Alex Lam S.Lfix object literal tracing in `reduce_vars` (#2461)
2017-11-09 Alex Lam S.Lfix multiple nested function substitutions (#2458)
2017-11-09 Alex Lam S.Lremove hack in `collapse_vars` (#2457)
2017-11-07 Alex Lam S.Lpreserve function identity in `reduce_vars` (#2451)
2017-11-06 Alex Lam S.Lv3.1.8
2017-11-06 Alex Lam S.Lhandle circular `function` reference gracefully (#2446)
2017-11-06 Alex Lam S.Laccount for `eval` & `with` in `reduce_vars` (#2441)
2017-11-06 Alex Lam S.Lconsolidate & enhance `unused` (#2439)
2017-11-05 Alex Lam S.Linline single-use functions that are not constant expre...
2017-11-05 Alex Lam S.Lv3.1.7
2017-11-05 Alex Lam S.Ltweak #2424 (#2432)
2017-11-04 Alex Lam S.Lextend function inlining safety checks (#2430)
2017-11-04 Alex Lam S.Lconsolidate single-use `function` reduction (#2427)
2017-11-04 Alex Lam S.Lmaintain call argument order in `collapse_vars` (#2426)
2017-11-04 Alex Lam S.Limprove variations on call arguments for `ufuzz` (...
2017-11-03 Alex Lam S.Lreduce `this` within functions (#2421)
2017-10-30 Alex Lam S.Lcompress `new` `function` containing `this` (#2417)
2017-10-29 Alex Lam S.Lv3.1.6
2017-10-28 Alex Lam S.Lenhance `properties` (#2412)
2017-10-27 Alex Lam S.Lremove dead code (#2405)
2017-10-26 Alex Lam S.Lfix `reduce_vars` on `AST_Array.length` (#2404)
2017-10-25 Alex Lam S.Lcompress self comparisons (#2398)
2017-10-25 kzcdocument compress option `hoist_props` (#2399)
2017-10-24 Alex Lam S.Limplement `hoist_props` (#2396)
2017-10-24 Alex Lam S.Lfix `unsafe` `reduce_vars` on arrays & objects (#2397)
2017-10-23 Tom MacWrightdocs: Fix spelling and style (#2395)
2017-10-23 Alex Lam S.Lenhance `unsafe` `evaluate` of arrays & objects (#2394)
2017-10-22 Alex Lam S.Ldeduplicate declarations regardless of `toplevel` ...
2017-10-22 Alex Lam S.Lsafer `properties` transform (#2391)
2017-10-22 Alex Lam S.Lfix `unsafe` expansion of object literals (#2390)
2017-10-22 Alex Lam S.Lfix `unsafe` evaluation of `AST_Sub` (#2389)
2017-10-21 Alex Lam S.Lfix `unsafe` evaluation of objects (#2388)
2017-10-21 Alex Lam S.Lfix `unsafe` escape analysis in `reduce_vars` (#2387)
2017-10-21 Alex Lam S.Lv3.1.5
2017-10-20 Alex Lam S.L`unsafe` fix-ups for #2351 (#2379)
2017-10-19 Alex Lam S.Lbackport #2374 (#2376)
2017-10-18 Alex Lam S.Lenhance `collapse_vars` around lazy operations (#2369)
2017-10-17 Alex Lam S.Lfix `AST_PropAccess` in `collapse_vars` (take 3) (...
2017-10-17 Alex Lam S.Lclean up lazy operator detection (#2373)
2017-10-17 Alex Lam S.Lfix `AST_PropAccess` in `collapse_vars` (take 2) (...
2017-10-17 Alex Lam S.Lfix `AST_PropAccess` in `collapse_vars` (#2370)
2017-10-16 Alex Lam S.Laccount for side-effects from `AST_This` in `collapse_v...
2017-10-15 Alex Lam S.Lv3.1.4
2017-10-15 Alex Lam S.Lupdate dependency (#2362)
2017-10-15 Alex Lam S.Lfix-ups for #2356 (#2360)
2017-10-11 Alex Lam S.Lmore tests for #2351 (#2357)
2017-10-11 Roger Peppeupdate README to include defaults (#2356)
2017-10-11 Tim MaloneUpdate README.md - sourceMappingURL directive note...
2017-10-09 Alex Lam S.Lperform `reduce_vars` on safe literals (#2351)
2017-10-08 Alex Lam S.Lcollapse `a.b` whenever safe (#2350)
2017-10-01 Alex Lam S.Lv3.1.3
2017-09-30 Alex Lam S.Lenhance `reduce_vars` for `AST_Accessor` (#2339)
2017-09-30 Alex Lam S.Ltrap invalid use of reserved words (#2338)
2017-09-23 Alex Lam S.Lv3.1.2
2017-09-20 kzcfix "use asm" numeric output (#2328)
2017-09-19 Alex Lam S.Lsuppress `collapse_vars` of `this` into "use strict...
2017-09-16 Alex Lam S.Lv3.1.1
2017-09-16 Alex Lam S.Lhandle LHS side-effects on `cascade` & `collapse_vars...
2017-09-15 Alex Lam S.Limprove source mapping (#2312)
2017-09-10 Alex Lam S.Lv3.1.0
2017-09-09 Mateusz BurzyńskiTesting all leading comments against being PURE comment...
2017-09-07 Alex Lam S.Lextend `unsafe` on pure global functions (#2303)
2017-09-06 kzcadd `Date` and other known globals to `unsafe` compress...
2017-09-03 Alex Lam S.Lfix `collapse_vars` on default function argument (...
2017-09-03 Alex Lam S.Lcorrectly count declarations after `hoist_vars` (#2297)
2017-08-30 David ŠandaFix CLI example for mangle reserved list of names ...
2017-08-29 David ŠandaFix CLI source-maps examples (#2291)
2017-08-28 Alex Lam S.Lfix `unused` patching of `AST_For.init` blocks (#2289)
2017-08-19 Alex Lam S.Lv3.0.28
2017-08-14 Erik Desjardinsdon't escape null characters as \0 when followed by...
2017-07-31 Alex Lam S.Lfix `ie8` mangling of top-level `AST_SymbolCatch` ...
2017-07-29 Alex Lam S.Lv3.0.27
2017-07-29 Alex Lam S.Limprove `mangle.properties` (#2261)
2017-07-27 kzcissue template: describe acceptable JS input (#2255)
2017-07-23 Alex Lam S.Lv3.0.26
2017-07-23 Alex Lam S.Lunescape surrogate pairs only (#2246)
2017-07-16 Alex Lam S.Lupdate dependencies (#2241)
2017-07-16 Alex Lam S.Lv3.0.25
2017-07-15 Alex Lam S.Lreject malformed CLI parameters (#2239)
2017-07-15 Alex Lam S.Lensure `ie8` works with mangled properties (#2238)
2017-07-15 Alex Lam S.Ldrop `unused` builtin globals under `unsafe` (#2236)
2017-07-14 Alex Lam S.Lfix `unsafe` `evaluate` of `Object` static methods...
2017-07-13 Alex Lam S.Ldrop `unused` compound assignments (#2230)
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`...
next