Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-08-10 | clarify `toplevel` & global variable aliasing (#4046) | Alex Lam S.L | |
2020-05-05 | update links to repository after rename (#3847) | Alex Lam S.L | |
2020-04-17 | support optional output of `names` in source maps (#3784) | Alex Lam S.L | |
2020-02-15 | Updated "Output options" > "comments" in README.md (#3717) | Marco Gonzalez | |
Expanded the current documentation to include: - What the value of `"some"` means based on `lib/output.js`. - Information about the `Function` overload parameters and expected output. | |||
2020-01-28 | fix corner case in string concatenations (#3692) | Alex Lam S.L | |
- migrate de-facto compression to `conditionals` & `strings` fixes #3689 | |||
2020-01-08 | introduce `--output-opts` CLI option (#3678) | Alex Lam S.L | |
closes #3675 | |||
2019-11-16 | introduce eager evaluation (#3587) | Alex Lam S.L | |
2019-10-29 | compress object literals (#3546) | Alex Lam S.L | |
2019-05-13 | enhance `keep_fargs` (#3409) | Alex Lam S.L | |
2019-05-04 | make `enclose` & `wrap` work with `sourceMap` (#3396) | Alex Lam S.L | |
fixes #3313 | |||
2019-04-15 | introduce `functions` (#3360) | Alex Lam S.L | |
`var f = function() {};` => `function f() {}` | |||
2019-03-18 | introduce `assignments` (#3345) | Alex Lam S.L | |
2019-03-13 | Update README.md (#3311) | Seul-gi Choi(Chase) | |
fix anchor for mangle-options | |||
2018-07-13 | fix corner cases in `preserve_line` (#3212) | Alex Lam S.L | |
2018-06-28 | implement `directives` (#3203) | Alex Lam S.L | |
fixes #3166 | |||
2018-06-01 | re-introduce `enclose` (#3163) | Jiavan | |
fixes #2443 | |||
2018-05-18 | Update README.md to clarify --source-map filename option (#3137) | exvisory | |
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. | |||
2018-04-24 | update `AST` documentation (#3094) | Alex Lam S.L | |
fixes #2622 | |||
2018-04-10 | handle `pure_funcs` under `inline` & `reduce_vars` correctly (#3066) | Alex Lam S.L | |
fixes #3065 | |||
2018-03-15 | refactor brackets to braces (#3005) | Alex Lam S.L | |
2018-03-14 | update dependencies (#3002) | Alex Lam S.L | |
acorn 5.5.3 commander 2.15.0 Miscellaneous - drop unmaintained package from README | |||
2018-03-11 | preserve case when `inline_script` (#2991) | Alex Lam S.L | |
fixes #2989 | |||
2018-03-02 | compress `arguments[index]` (#2967) | Alex Lam S.L | |
- always replace with existing parameter - only introduce new parameter if `keep_fargs` is disabled | |||
2018-02-28 | migrate safe transformations out of `unsafe_comps` (#2962) | Alex Lam S.L | |
fixes #2959 | |||
2018-02-06 | describe a few compiler assumptions (#2883) | Dan | |
2018-01-19 | enable `unsafe` for `test/ufuzz.js` (#2819) | Alex Lam S.L | |
- introduce `unsafe_undefined` - safer `.toString()` compression Miscellaneous - rename `unsafe_Function` | |||
2018-01-16 | fix typo in README (#2792) | Joël Galeran | |
2018-01-03 | inline functions with `AST_Var` (#2688) | Alex Lam S.L | |
2017-12-20 | disable `hoist_funs` by default (#2626) | Alex Lam S.L | |
2017-12-14 | fold `cascade` functionality into `collapse_vars` (#2586) | Alex Lam S.L | |
2017-11-25 | fix wording and formatting (#2512) | Alex Lam S.L | |
2017-11-19 | enable `hoist_props` by default (#2492) | Alex Lam S.L | |
2017-11-17 | document the `webkit` output option (#2490) | kzc | |
- workaround for WebKit bugs - PhantomJS users should enable this output option closes #2489 | |||
2017-11-14 | update documentation for `reduce_funcs` (#2478) | kzc | |
2017-11-11 | implement 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-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) | Roger Peppe | |
fixes #2353 | |||
2017-10-11 | Update README.md - sourceMappingURL directive note (#2355) | Tim Malone | |
Moves this README note to underneath the 'url' rather than 'root' option. | |||
2017-08-31 | Fix CLI example for mangle reserved list of names (#2294) | David Šanda | |
2017-08-29 | Fix CLI source-maps examples (#2291) | David Šanda | |
fixes #2284 | |||
2017-07-13 | enhance `passes` (#2229) | Alex Lam S.L | |
- remove hardcoded upper limit - continue based on node count reduction - emit verbose statistics fixes #2226 | |||
2017-07-09 | docs: update benchmarks using node 8, add babili (#2218) | kzc | |
2017-07-05 | improve `compress` granularity through `typeofs` (#2201) | Alex Lam S.L | |
fixes #2198 | |||
2017-07-03 | document fast mangle-only minify mode (#2194) | kzc | |
2017-06-29 | improve usability of name cache under `minify()` (#2176) | Alex Lam S.L | |
fixes #2174 | |||
2017-06-14 | add comment about quote_style and gzip (#2092) | kzc | |
2017-06-06 | implement 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 |