Age | Commit message (Expand) | Author |
---|---|---|
2017-11-11 | implement 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 #2464 | Alex Lam S.L |
2017-10-25 | document compress option `hoist_props` (#2399) | kzc |
2017-10-24 | docs: Fix spelling and style (#2395) | Tom MacWright |
2017-10-19 | backport #2374 (#2376) | Alex Lam S.L |
2017-10-15 | fix-ups for #2356 (#2360) | Alex Lam S.L |
2017-10-12 | update README to include defaults (#2356)...fixes #2353 | Roger Peppe |
2017-10-11 | Update README.md - sourceMappingURL directive note (#2355)...Moves this README note to underneath the 'url' rather than 'root' option. | Tim Malone |
2017-08-31 | Fix CLI example for mangle reserved list of names (#2294) | David Šanda |
2017-08-29 | Fix CLI source-maps examples (#2291)...fixes #2284 | David Šanda |
2017-07-13 | enhance `passes` (#2229)...- remove hardcoded upper limit - continue based on node count reduction - emit verbose statistics fixes #2226 | Alex Lam S.L |
2017-07-09 | docs: update benchmarks using node 8, add babili (#2218) | kzc |
2017-07-05 | improve `compress` granularity through `typeofs` (#2201)...fixes #2198 | Alex Lam S.L |
2017-07-03 | document fast mangle-only minify mode (#2194) | kzc |
2017-06-29 | improve usability of name cache under `minify()` (#2176)...fixes #2174 | Alex Lam S.L |
2017-06-14 | add comment about quote_style and gzip (#2092) | kzc |
2017-06-06 | implement function inlining (#2053)...- empty body - single `AST_Return` - single `AST_SimpleStatement` - avoid `/*#__PURE__*/` Miscellaneous - enhance single-use function substitution fixes #281 | Alex Lam S.L |
2017-06-02 | better document behavior of unsafe_Func (#2043) | kzc |
2017-05-31 | reformat mangle options section of README (#2036) | kzc |
2017-05-31 | introduce `unsafe_Func` (#2033)...Separate flag for #203 functionality. | Alex Lam S.L |
2017-05-28 | display default values in `--help options` (#2018) | Alex Lam S.L |
2017-05-27 | clarify what --mangle-props does (#2012) | kzc |
2017-05-27 | better document mangle properties options (#2009) | kzc |
2017-05-27 | fix and expand --mangle-props documentation (#2008)...fixes #2007 | kzc |
2017-05-25 | report timing breakdown (#2000)...fix corner cases with `sourceMap` fixes #1998 | Alex Lam S.L |
2017-05-22 | add another minify() options example (#1988) | kzc |
2017-05-22 | improve usability of `global_defs` in `minify()` (#1987)...Use `@key` to `parse()` string value as `AST_Node`. fixes #1986 | Alex Lam S.L |
2017-05-21 | more refinement of minify() documentation (#1983) | kzc |
2017-05-20 | document minify() option `toplevel` (#1979) | kzc |
2017-05-20 | document 3.x minify() does not throw errors (#1975) | kzc |
2017-05-19 | document minify `warnings` and add an error example (#1973) | kzc |
2017-05-19 | introduce `unsafe_regexp` (#1970)...fixes #1964 | Alex Lam S.L |
2017-05-18 | fix docs for side_effects flag to reflect current behavior (#1966) | Kara |
2017-05-17 | update output options in readme (#1958) | Rob Garrison |
2017-05-17 | remove Travis CI badge | alexlamsl |
2017-05-16 | export `TreeTransformer` (#1950)...- link to existing documentation on `TreeWalker` & `TreeTransformer` - fix Travis build failures fixes #1949 | Alex Lam S.L |
2017-05-16 | minor fixes to README.md | alexlamsl |
2017-05-16 | reorg README for 3.x (#1942) | kzc |
2017-05-14 | Tweak README Notes (#1934) | kzc |
2017-05-13 | document 3 max passes (#1928) | olsonpm |
2017-05-13 | clarify wording (#1931) | olsonpm |
2017-05-12 | add documentation for `side_effects` & `[#@]__PURE__` (#1925) | olsonpm |
2017-05-12 | update README (#1918) | kzc |
2017-05-11 | fix typo (#1913) | Alexis Tyler |
2017-05-11 | update documentation (#1909)...- clarify options on `--source-map` - fix `minify()` examples fixes #1905 | Alex Lam S.L |
2017-05-10 | Remove unnecessary `git clone` instructions in README (#1897) | kzc |
2017-05-10 | Change `harmony` to `uglify-es` in master README (#1895) | kzc |
2017-05-09 | mention `minify().error` | Alex Lam S.L |
2017-05-08 | [3.x] fix documentation for beautify options (#1882)...- use underscores rather than dashes. | kzc |
2017-05-08 | support dumping AST (#1879)...Re-order `AST_Binary` properties to make dump more readable. closes #769 | Alex Lam S.L |
2017-05-07 | update documentation...Remove deprecated CLI option | Alex Lam S.L |