aboutsummaryrefslogtreecommitdiff
path: root/README.md
AgeCommit message (Collapse)Author
2018-01-03inline functions with `AST_Var` (#2688)Alex Lam S.L
2017-12-20disable `hoist_funs` by default (#2626)Alex Lam S.L
2017-12-14fold `cascade` functionality into `collapse_vars` (#2586)Alex Lam S.L
2017-11-25fix wording and formatting (#2512)Alex Lam S.L
2017-11-19enable `hoist_props` by default (#2492)Alex Lam S.L
2017-11-17document the `webkit` output option (#2490)kzc
- workaround for WebKit bugs - PhantomJS users should enable this output option closes #2489
2017-11-14update documentation for `reduce_funcs` (#2478)kzc
2017-11-11implement compress option `reduce_funcs` (#2466)Alex Lam S.L
- inline single-use function declarations as expressions when permissible - depend on `reduce_vars` - enabled by default - disable for speed critical code fixes #2464
2017-10-25document compress option `hoist_props` (#2399)kzc
2017-10-24docs: Fix spelling and style (#2395)Tom MacWright
2017-10-19backport #2374 (#2376)Alex Lam S.L
2017-10-15fix-ups for #2356 (#2360)Alex Lam S.L
2017-10-12update README to include defaults (#2356)Roger Peppe
fixes #2353
2017-10-11Update README.md - sourceMappingURL directive note (#2355)Tim Malone
Moves this README note to underneath the 'url' rather than 'root' option.
2017-08-31Fix CLI example for mangle reserved list of names (#2294)David Šanda
2017-08-29Fix CLI source-maps examples (#2291)David Šanda
fixes #2284
2017-07-13enhance `passes` (#2229)Alex Lam S.L
- remove hardcoded upper limit - continue based on node count reduction - emit verbose statistics fixes #2226
2017-07-09docs: update benchmarks using node 8, add babili (#2218)kzc
2017-07-05improve `compress` granularity through `typeofs` (#2201)Alex Lam S.L
fixes #2198
2017-07-03document fast mangle-only minify mode (#2194)kzc
2017-06-29improve usability of name cache under `minify()` (#2176)Alex Lam S.L
fixes #2174
2017-06-14add comment about quote_style and gzip (#2092)kzc
2017-06-06implement function inlining (#2053)Alex Lam S.L
- empty body - single `AST_Return` - single `AST_SimpleStatement` - avoid `/*#__PURE__*/` Miscellaneous - enhance single-use function substitution fixes #281
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
Separate flag for #203 functionality.
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
fixes #2007
2017-05-25report timing breakdown (#2000)Alex Lam S.L
fix corner cases with `sourceMap` fixes #1998
2017-05-22add another minify() options example (#1988)kzc
2017-05-22improve usability of `global_defs` in `minify()` (#1987)Alex Lam S.L
Use `@key` to `parse()` string value as `AST_Node`. fixes #1986
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
fixes #1964
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
- link to existing documentation on `TreeWalker` & `TreeTransformer` - fix Travis build failures fixes #1949
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