aboutsummaryrefslogtreecommitdiff
path: root/README.md
AgeCommit message (Expand)Author
2019-03-18introduce `assignments` (#3345)Alex Lam S.L
2019-03-13Update README.md (#3311)...fix anchor for mangle-optionsSeul-gi Choi(Chase)
2018-07-13fix corner cases in `preserve_line` (#3212)Alex Lam S.L
2018-06-28implement `directives` (#3203)...fixes #3166Alex Lam S.L
2018-06-01re-introduce `enclose` (#3163)...fixes #2443Jiavan
2018-05-18Update README.md to clarify --source-map filename option (#3137)...Clarify that the --source-map filename option does NOT change the source map output filename but does set the 'file' attribute within the output source map. This was already documented in the API section of the README so I just copied that to the CLI options section, and a fragment to the CLI summary.exvisory
2018-04-24update `AST` documentation (#3094)...fixes #2622Alex Lam S.L
2018-04-10handle `pure_funcs` under `inline` & `reduce_vars` correctly (#3066)...fixes #3065Alex Lam S.L
2018-03-15refactor brackets to braces (#3005)Alex Lam S.L
2018-03-14update dependencies (#3002)...acorn 5.5.3 commander 2.15.0 Miscellaneous - drop unmaintained package from README Alex Lam S.L
2018-03-11preserve case when `inline_script` (#2991)...fixes #2989Alex Lam S.L
2018-03-02compress `arguments[index]` (#2967)...- always replace with existing parameter - only introduce new parameter if `keep_fargs` is disabledAlex Lam S.L
2018-02-28migrate safe transformations out of `unsafe_comps` (#2962)...fixes #2959Alex Lam S.L
2018-02-06describe a few compiler assumptions (#2883)Dan
2018-01-19enable `unsafe` for `test/ufuzz.js` (#2819)...- introduce `unsafe_undefined` - safer `.toString()` compression Miscellaneous - rename `unsafe_Function`Alex Lam S.L
2018-01-16fix typo in README (#2792)Joël Galeran
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)...- workaround for WebKit bugs - PhantomJS users should enable this output option closes #2489kzc
2017-11-14update documentation for `reduce_funcs` (#2478)kzc
2017-11-11implement compress option `reduce_funcs` (#2466)...- inline single-use function declarations as expressions when permissible - depend on `reduce_vars` - enabled by default - disable for speed critical code fixes #2464Alex Lam S.L
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)...fixes #2353Roger Peppe
2017-10-11Update README.md - sourceMappingURL directive note (#2355)...Moves this README note to underneath the 'url' rather than 'root' option.Tim Malone
2017-08-31Fix CLI example for mangle reserved list of names (#2294)David Šanda
2017-08-29Fix CLI source-maps examples (#2291)...fixes #2284David Šanda
2017-07-13enhance `passes` (#2229)...- remove hardcoded upper limit - continue based on node count reduction - emit verbose statistics fixes #2226Alex Lam S.L
2017-07-09docs: update benchmarks using node 8, add babili (#2218)kzc
2017-07-05improve `compress` granularity through `typeofs` (#2201)...fixes #2198Alex Lam S.L
2017-07-03document fast mangle-only minify mode (#2194)kzc
2017-06-29improve usability of name cache under `minify()` (#2176)...fixes #2174Alex Lam S.L
2017-06-14add comment about quote_style and gzip (#2092)kzc
2017-06-06implement function inlining (#2053)...- empty body - single `AST_Return` - single `AST_SimpleStatement` - avoid `/*#__PURE__*/` Miscellaneous - enhance single-use function substitution fixes #281Alex Lam S.L
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)...Separate flag for #203 functionality.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)...fixes #2007kzc
2017-05-25report timing breakdown (#2000)...fix corner cases with `sourceMap` fixes #1998Alex Lam S.L
2017-05-22add another minify() options example (#1988)kzc
2017-05-22improve usability of `global_defs` in `minify()` (#1987)...Use `@key` to `parse()` string value as `AST_Node`. fixes #1986Alex Lam S.L
2017-05-21more refinement of minify() documentation (#1983)kzc