UglifyJS.git
2017-04-22 Alex Lam S.Lfix `AST_For.init` patch-up in `drop_unused()` (#1839)
2017-04-22 Alex Lam S.Lfix label-related bugs (#1835)
2017-04-20 Roman DvornovFix API reference examples (#1834)
2017-04-20 Alex Lam S.Limprove `unused` (#1832)
2017-04-19 Alex Lam S.Lfix `unused` on labeled for-loop (#1831)
2017-04-18 Alex Lam S.Limprove `collapse_vars` on `AST_Var` (#1828)
2017-04-18 Alex Lam S.Lfix parser bugs & CLI reporting (#1827)
2017-04-18 Alex Lam S.Lextend `cascade` into `a.b` (#1829)
2017-04-18 Alex Lam S.Lclean up `collapse_vars` (#1826)
2017-04-18 Alex Lam S.Lsupport safe reassignments in `reduce_vars` (#1823)
2017-04-17 Alex Lam S.Lfix `reduce_vars` on conditionals (#1822)
2017-04-17 Alex Lam S.Lfix `reduce_vars` on boolean binary expressions (#1819)
2017-04-17 Alex Lam S.Lcompress duplicated variable definitions (#1817)
2017-04-17 Alex Lam S.Lfix `reduce_vars` within try-block (#1818)
2017-04-16 Alex Lam S.Lenhance `reduce_vars` (#1814)
2017-04-16 Alex Lam S.Lfix variable substitution (#1816)
2017-04-15 Alex Lam S.Lupdate README (#1813)
2017-04-15 Alex Lam S.Lunify CLI & API under `minify()` (#1811)
2017-04-14 Alex Lam S.Ldrop `angular` (#1812)
2017-04-12 Alex Lam S.Lconvert `AST_Seq` from binary tree to array (#1460)
2017-04-09 Alex Lam S.Lv2.8.22
2017-04-08 Alex Lam S.Lfix LHS cases for NaN & friends (#1804)
2017-04-08 Alex Lam S.Lenhance `test/ufuzz.js` (#1803)
2017-04-08 Alex Lam S.Lfix a couple of bugs in `global_defs` (#1802)
2017-04-08 Alex Lam S.Lfix `delete` corner cases (#1799)
2017-04-07 Alex Lam S.Lextend ufuzz generator (#1783)
2017-04-07 Alex Lam S.Lfix `pure_getters` for chained property access (#1798)
2017-04-07 Alex Lam S.Lfix corner cases with `delete` (#1796)
2017-04-07 Alex Lam S.Lintroduce "strict" to `pure_getters` (#1795)
2017-04-07 Alex Lam S.Lfix `reduce_vars` on catch variable (#1794)
2017-04-06 Alex Lam S.Lfix incorrect context in variable substitution (#1791)
2017-04-06 Alex Lam S.Lenable `inline_script` by default (#1793)
2017-04-06 Alex Lam S.Limprove `pure_getters` (#1786)
2017-04-05 Alex Lam S.Limplement delayed resolution for `reduce_vars` (#1788)
2017-04-04 Alex Lam S.Loptimise `do{...}while(false)` (#1785)
2017-04-04 Alex Lam S.Lremove `--mangle-props` from fuzzing (#1777)
2017-04-03 Alex Lam S.Lexclude mangling of special property names (#1779)
2017-04-03 Alex Lam S.Lfix `mangleProperties` on identifiers (#1776)
2017-04-03 Alex Lam S.Lworkaround Node.js bugs (#1775)
2017-04-03 Alex Lam S.Lfix mangleProperties of `undefined` & `Infinity` (...
2017-04-02 Alex Lam S.Lextend `test/ufuzz.js` (#1769)
2017-04-02 Alex Lam S.Lv2.8.21
2017-04-02 Alex Lam S.Lfix corner case in `switch` (#1765)
2017-04-02 Alex Lam S.Lavoid confusion of `NaN` & `Infinity` with `catch`...
2017-04-02 Alex Lam S.Lfix corner cases in switch and undefined (#1762)
2017-04-01 Alex Lam S.Lspeed up fuzzer code generation (#1757)
2017-04-01 Alex Lam S.Lminor tweaks to `test/ufuzz.js` (#1756)
2017-04-01 Alex Lam S.Lupgrade fuzzer (#1754)
2017-04-01 kzcfuzz regexp literals, more constant numbers, typeof...
2017-04-01 Alex Lam S.Lfix switch branch elimination (#1752)
2017-04-01 Alex Lam S.Lminor tweaks to fuzzer (#1751)
2017-03-31 Alex Lam S.Limplement `test/sandbox.js` (#1749)
2017-03-31 Alex Lam S.Limprove compression of undefined, NaN & Infinitiy ...
2017-03-31 Alex Lam S.Lcombine rules for binary boolean operations (#1744)
2017-03-31 Peter van der ZeeMassive extension of the fuzzer (#1697)
2017-03-31 Alex Lam S.Lsort options in alphabetical order (#1743)
2017-03-31 Alex Lam S.Lv2.8.20
2017-03-31 Alex Lam S.Lfix missing preamble when shebang is absent (#1742)
2017-03-31 Alex Lam S.Lv2.8.19
2017-03-30 Alex Lam S.Lfix catch symbol mangling (#1734)
2017-03-30 Alex Lam S.Lremove paranthesis for `-(x*y)` (#1732)
2017-03-30 Alex Lam S.Loptimize try-catch-finally (#1731)
2017-03-29 Alex Lam S.Limprove tests from #1726 (#1729)
2017-03-29 Alex Lam S.Lspeed up IIFE elimination (#1728)
2017-03-29 Alex Lam S.Lspeed up `equivalent_to()` and `AST_Switch` (#1727)
2017-03-29 Alex Lam S.Lfix missing parentheses around NaN/Infinity shorthands...
2017-03-29 Alex Lam S.Loutput optimal representations of NaN & Infinity (...
2017-03-28 Alex Lam S.Limprove beautified output of switch blocks (#1721)
2017-03-28 Alex Lam S.Lv2.8.18
2017-03-28 Alex Lam S.Lremove UGLIFY_DEBUG (#1720)
2017-03-28 Alex Lam S.Lfix corner case in `unused` (#1718)
2017-03-28 Alex Lam S.Lv2.8.17
2017-03-28 Alex Lam S.Lfix `unused` on var of the same name within catch ...
2017-03-28 Alex Lam S.Lfix `is_number()` on `+=` (#1714)
2017-03-28 Alex Lam S.Ldrop anonymous function name when overshadowed by other...
2017-03-28 Alex Lam S.Lhandle var within catch of the same name (#1711)
2017-03-27 Alex Lam S.Lfix tail trimming of switch blocks (#1707)
2017-03-27 Alex Lam S.Lfix mangle for variable declared within catch block...
2017-03-27 Alex Lam S.Lufuzz: workaround for Function.toString() v2 (#1700)
2017-03-27 Alex Lam S.L`has_side_effects()` should take `AST_Switch.expression...
2017-03-26 Alex Lam S.Lfix typeof side effects (#1696)
2017-03-26 Alex Lam S.Lpreserve side effects in switch expression (#1694)
2017-03-26 Alex Lam S.Lfix `cascade` on anonymous function reference (#1693)
2017-03-26 Alex Lam S.Lhandle overlapped variable definitions (#1691)
2017-03-26 Alex Lam S.Lfix `delete` related issues in `collapse_vars` and...
2017-03-26 Alex Lam S.Lufuzz: workaround function name and toString() (#1688)
2017-03-26 Alex Lam S.Lfix `cascade` on `delete` operator (#1687)
2017-03-26 Alex Lam S.Lfallthrough should not execute case expression (#1683)
2017-03-26 kzcoptimize conditional when condition symbol matches...
2017-03-26 Alex Lam S.Lsuppress switch branch de-duplication upon side effects...
2017-03-26 Alex Lam S.Lfix side-effects detection on switch statements (#1678)
2017-03-26 Peter van der ZeeImprove fuzzer. :) (#1665)
2017-03-25 Alex Lam S.Limprove switch optimisations (#1677)
2017-03-25 Alex Lam S.Lfix `has_side_effects()` (#1675)
2017-03-25 Alex Lam S.Lfix `reduce_vars` on `AST_Switch` (#1671)
2017-03-25 Alex Lam S.Lfix typeof side-effects (#1669)
2017-03-25 Alex Lam S.Lfix `dead_code` on `AST_Switch` (#1667)
2017-03-24 Alex Lam S.Lv2.8.16
2017-03-24 Alex Lam S.Lfix invalid `AST_For.init` (#1657)
2017-03-24 Alex Lam S.Lintroduce ufuzz.js (#1655)
next