aboutsummaryrefslogtreecommitdiff
path: root/README.md
AgeCommit message (Expand)Author
2017-06-02better document behavior of unsafe_Func (#2043)kzc
2017-05-31reformat mangle options section of README (#2036)kzc
2017-05-31introduce `unsafe_Func` (#2033)...Alex Lam S.L
2017-05-28display default values in `--help options` (#2018)Alex Lam S.L
2017-05-27clarify what --mangle-props does (#2012)kzc
2017-05-27better document mangle properties options (#2009)kzc
2017-05-27fix and expand --mangle-props documentation (#2008)...kzc
2017-05-25report timing breakdown (#2000)...Alex Lam S.L
2017-05-22add another minify() options example (#1988)kzc
2017-05-22improve usability of `global_defs` in `minify()` (#1987)...Alex Lam S.L
2017-05-21more refinement of minify() documentation (#1983)kzc
2017-05-20document minify() option `toplevel` (#1979)kzc
2017-05-20document 3.x minify() does not throw errors (#1975)kzc
2017-05-19document minify `warnings` and add an error example (#1973)kzc
2017-05-19introduce `unsafe_regexp` (#1970)...Alex Lam S.L
2017-05-18fix docs for side_effects flag to reflect current behavior (#1966)Kara
2017-05-17update output options in readme (#1958)Rob Garrison
2017-05-17remove Travis CI badgealexlamsl
2017-05-16export `TreeTransformer` (#1950)...Alex Lam S.L
2017-05-16minor fixes to README.mdalexlamsl
2017-05-16reorg README for 3.x (#1942)kzc
2017-05-14Tweak README Notes (#1934)kzc
2017-05-13document 3 max passes (#1928)olsonpm
2017-05-13clarify wording (#1931)olsonpm
2017-05-12add documentation for `side_effects` & `[#@]__PURE__` (#1925)olsonpm
2017-05-12update README (#1918)kzc
2017-05-11fix typo (#1913)Alexis Tyler
2017-05-11update documentation (#1909)...Alex Lam S.L
2017-05-10Remove unnecessary `git clone` instructions in README (#1897)kzc
2017-05-10Change `harmony` to `uglify-es` in master README (#1895)kzc
2017-05-09mention `minify().error`Alex Lam S.L
2017-05-08[3.x] fix documentation for beautify options (#1882)...kzc
2017-05-08support dumping AST (#1879)...Alex Lam S.L
2017-05-07update documentation...Alex Lam S.L
2017-04-23update README for 3.x (#1840)kzc
2017-04-21Fix API reference examples (#1834)Roman Dvornov
2017-04-16update README (#1813)...Alex Lam S.L
2017-04-15unify CLI & API under `minify()` (#1811)...Alex Lam S.L
2017-04-07introduce "strict" to `pure_getters` (#1795)Alex Lam S.L
2017-04-01improve compression of undefined, NaN & Infinitiy (#1748)...Alex Lam S.L
2017-03-23metadata cleanup (#1630)...Alex Lam S.L
2017-03-17Add `--in-source-map inline` documentation (#1611)Christian Maughan Tegnér
2017-03-08scan assignment value in drop_unused() (#1578)...Alex Lam S.L
2017-03-05stay safe with constants in IE8- (#1547)...Alex Lam S.L
2017-03-03process code with implicit return statement (#1522)...Alex Lam S.L
2017-03-03compress numerical expressions (#1513)...Alex Lam S.L
2017-03-01invert `reduce_vars` tracking flag (#1519)...Alex Lam S.L
2017-02-27add harmony branch details in README (#1507)kzc
2017-02-25update docs for `pure_funcs` & `drop_console` (#1503)...Alex Lam S.L
2017-02-24enable `collapse_vars` & `reduce_vars` by default...alexlamsl