UglifyJS.git
2017-05-20 Alex Lam S.Lv3.0.10
2017-05-20 kzcadd "es5" to package.json keywords (#1980)
2017-05-20 kzcdocument minify() option `toplevel` (#1979)
2017-05-20 Alex Lam S.Lenhance `if_return` to handle `return void...` (#1977)
2017-05-20 kzcdocument 3.x minify() does not throw errors (#1975)
2017-05-19 kzcdocument minify `warnings` and add an error example...
2017-05-19 Alex Lam S.Lv3.0.9
2017-05-19 Alex Lam S.Lintroduce `unsafe_regexp` (#1970)
2017-05-18 Alex Lam S.Lv3.0.8
2017-05-18 Alex Lam S.Lmake `expect_stdout` node version specific (#1963)
2017-05-18 Karafix docs for side_effects flag to reflect current behav...
2017-05-17 Alex Lam S.Limprove `RegExp` handling (#1959)
2017-05-17 Alex Lam S.Lremove `space_colon` (#1960)
2017-05-17 Rob Garrisonupdate output options in readme (#1958)
2017-05-17 alexlamslremove Travis CI badge
2017-05-16 Alex Lam S.Lv3.0.7
2017-05-16 Alex Lam S.Lexport `TreeTransformer` (#1950)
2017-05-15 Alex Lam S.Lv3.0.6
2017-05-15 Alex Lam S.Lprint package name alongside version in CLI (#1946)
2017-05-15 Alex Lam S.Lfix parsing of property access after new line (#1944)
2017-05-15 alexlamslminor fixes to README.md
2017-05-15 kzcreorg README for 3.x (#1942)
2017-05-15 Alex Lam S.Limprove keyword-related parser errors (#1941)
2017-05-15 Alex Lam S.Lv3.0.5
2017-05-14 Alex Lam S.Lfix & improve coverage of `estree` (#1935)
2017-05-13 kzcTweak README Notes (#1934)
2017-05-13 Alex Lam S.Lfix bugs with getter/setter (#1926)
2017-05-13 olsonpmdocument 3 max passes (#1928)
2017-05-13 olsonpmclarify wording (#1931)
2017-05-12 Alex Lam S.Lremove support for `const` (#1910)
2017-05-12 Alex Lam S.Lavoid `arguments` and `eval` in `reduce_vars` (#1924)
2017-05-12 olsonpmadd documentation for `side_effects` & `[#@]__PURE__...
2017-05-11 Alex Lam S.Lv3.0.4
2017-05-11 Alex Lam S.Lfix invalid transform on `const` (#1919)
2017-05-11 kzcupdate README (#1918)
2017-05-11 Alexis Tylerfix typo (#1913)
2017-05-11 Alex Lam S.Lupdate documentation (#1909)
2017-05-10 Alex Lam S.Lv3.0.3
2017-05-10 kzcUpdate issue template: change harmony to uglify-es...
2017-05-10 kzcRemove unnecessary `git clone` instructions in README...
2017-05-09 kzcChange `harmony` to `uglify-es` in master README (...
2017-05-09 Alex Lam S.Lgracefully handle non-`Error` being thrown (#1893)
2017-05-09 Alex Lam S.Lextend test timeout
2017-05-09 Alex Lam S.Lv3.0.2
2017-05-09 Alex Lam S.Lprint error stack in CLI (#1890)
2017-05-09 Alex Lam S.Lmention `minify().error`
2017-05-09 Alex Lam S.Lupdate `minify()` usage in `test/ufuzz.js` (#1888)
2017-05-08 kzc[3.x] fix documentation for beautify options (#1882)
2017-05-07 Alex Lam S.Lv3.0.1
2017-05-07 Alex Lam S.Lreturn `Error` from `minify()` (#1880)
2017-05-07 Alex Lam S.Lsupport dumping AST (#1879)
2017-05-07 Alex Lam S.Ldeprecate low level API (#1877)
2017-05-07 Alex Lam S.Lsupport `minify()` output as AST (#1878)
2017-05-06 Alex Lam S.Lupdate documentation
2017-05-06 Alex Lam S.Lfix test for #1865 (#1873)
2017-05-06 Alex Lam S.Lv3.0.0
2017-05-06 Alex Lam S.Lfix `unsafe` on `evaluate` of `reduce_vars` (#1870)
2017-05-06 Alex Lam S.Lkill `opera` (#1869)
2017-05-06 Alex Lam S.Lenhance `collapse_vars` (#1862)
2017-05-02 Alex Lam S.Lrename variables for better readability (#1863)
2017-05-02 Alex Lam S.Lupdate `test/benchmark.js` resources (#1864)
2017-05-01 Alex Lam S.Lrestore report of supported options (#1861)
2017-05-01 kzcimprove literal return optimization (#1860)
2017-04-30 Alex Lam S.Lenforce `toplevel` on other compress options (#1855)
2017-04-25 kzcUpdate ISSUE_TEMPLATE.md (#1846)
2017-04-23 Alex Lam S.Lfix fuzzer on `this` (#1842)
2017-04-23 Alex Lam S.Lfix `unused` on for-in statements (#1843)
2017-04-23 Alex Lam S.Limprove parser under "use strict" (#1836)
2017-04-22 kzcupdate README for 3.x (#1840)
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)
next