Age | Commit message (Expand) | Author |
---|---|---|
2021-02-10 | reject invalid `for...of` syntax (#4632) | Alex Lam S.L |
2021-01-18 | fix corner case in `reduce_vars` (#4563)...fixes #4562 | Alex Lam S.L |
2021-01-03 | suppress invalid AST transform in `--reduce-test` (#4498) | Alex Lam S.L |
2020-12-24 | replace `keep_fargs` default to `false` (#4443) | Alex Lam S.L |
2020-12-20 | parse destructuring under strict mode correctly (#4429) | Alex Lam S.L |
2020-12-20 | handle destructuring `catch` in `--reduce-test` (#4427) | Alex Lam S.L |
2020-10-04 | enhance `side_effects` (#4175) | Alex Lam S.L |
2020-09-03 | enhance `join_vars` (#4089) | Alex Lam S.L |
2020-08-17 | reject multiple `default`s in `switch` (#4053)...fixes #4050 | Alex Lam S.L |
2020-06-10 | fix corner case in `--reduce-test` (#3985) | Alex Lam S.L |
2020-04-16 | improve source-map generation (#3782)...- emit singleton segments to mark generated code from input | Alex Lam S.L |
2020-04-10 | enhance `inline` (#3767) | Alex Lam S.L |
2020-04-05 | enhance `inline` (#3760) | Alex Lam S.L |
2020-03-28 | handle `source-map` operations internally (#3754) | Alex Lam S.L |
2020-03-21 | improve `--reduce-test` (#3742)...- ignore difference in error messages - improve readability on trailing whitespace differences - improve performance & quality via `console.log()` insertions | Alex Lam S.L |
2020-03-01 | avoid reducing setter argument (#3737) | Alex Lam S.L |
2020-02-15 | improve `--reduce-test` (#3722)...- hoist body of functions and IIFEs - simplify var declarations | kzc |
2020-02-14 | improve `--reduce-test` (#3719)...- cover missing cases when eliminating unreferenced labels - format multi-line outputs correctly | Alex Lam S.L |
2020-02-09 | add test for `--reduce-test` (#3712) | Alex Lam S.L |
2020-01-08 | introduce `--output-opts` CLI option (#3678)...closes #3675 | Alex Lam S.L |
2019-10-11 | improve source map handling (#3464)...fixes #2947 fixes #3277 fixes #3411 | Alex Lam S.L |
2019-05-04 | fix corner cases in `sourceMap` (#3397)...fixes #3255 fixes #3294 | Alex Lam S.L |
2019-03-15 | parse `mangle.properties.regex` in `--config-file` properly (#3337)...fixes #3315 | Alex Lam S.L |
2018-06-06 | general clean-ups (#3175) | Alex Lam S.L |
2018-06-01 | re-introduce `enclose` (#3163)...fixes #2443 | Jiavan |
2018-04-24 | improve `max_line_len` (#3095)...fixes #304 | Alex Lam S.L |
2018-03-31 | Don't load source map until the JS source is fully received (#3040) | b-fuze |
2018-03-15 | refactor brackets to braces (#3005) | Alex Lam S.L |
2018-01-17 | configure `rename` with CLI (#2802) | Alex Lam S.L |
2018-01-05 | fix `mangle` name collision across files (#2722) | Alex Lam S.L |
2017-09-15 | improve source mapping (#2312)...fixes #2310 | Alex Lam S.L |
2017-06-23 | fix for-in loop parsing (#2144) | Alex Lam S.L |
2017-06-13 | fix CLI parsing of `--source-map content` (#2088)...fixes #2082 | Ziad El Khoury Hanna |
2017-05-23 | fix source map offset (#1993)...Account for whitespace insertions. fixes #505 fixes #890 | Alex Lam S.L |
2017-05-15 | improve keyword-related parser errors (#1941)...fixes #1937 | Alex Lam S.L |
2017-05-12 | remove support for `const` (#1910)...As this is not part of ES5. | Alex Lam S.L |
2017-04-23 | improve parser under "use strict" (#1836)...- `const` without value - `delete` of expression - redefining `arguments` or `eval` extend `test/ufuzz.js` - optionally generate "use strict" - improve handling of test cases with syntax errors - group IIFE generation - generate bare anonymous functions - workaround `console.log()` for `new function()` - generate expressions with `this` fixes #1810 | Alex Lam S.L |
2017-04-19 | fix parser bugs & CLI reporting (#1827)...fixes #1825 | Alex Lam S.L |
2017-03-24 | fix expect_stdout (#1642)...`compress()` may modify input ASTs add tests for #1627 & #1640 | Alex Lam S.L |
2017-03-23 | fix a bug in simple_glob (#1632)...- "?" should not match "/" - other minor clean-ups | Alex Lam S.L |
2017-03-10 | Correctly raise a parse exception with a missing loop body (#1585) | Michael Mior |
2017-02-27 | improve error messages (#1506)...- better inheritance of `Error` sub-classes - mark parse error against source in CLI closes #235 closes #348 closes #524 closes #1356 closes #1405 | Alex Lam S.L |
2017-02-25 | allow --in-source-map inline (#1490)...- limited to one input file (or `stdin`) - only works with built-in parser fixes #520 | Alex Lam S.L |
2017-02-21 | improve `--beautify bracketize`...reduce whitespaces from if-else statements fixes #1482 closes #1483 | alexlamsl |
2017-02-21 | enhance `global_defs`...- support arrays, objects & AST_Node - support `"a.b":1` on both cli & API - emit warning if variable is modified - override top-level variables fixes #1416 closes #1198 closes #1469 | alexlamsl |
2017-01-26 | fix mangling collision with keep_fnames (#1431)...* fix mangling collision with keep_fnames fixes #1423 * pass mangle options to figure_out_scope() bring command-line in line with minify() | Alex Lam S.L |
2016-10-23 | Add an option for writing inline source map | pengzhenqing |
2016-09-06 | Make all comment options in cli available in js api...Also removing more code within "loop" while at it. | Anthony Van de Gejuchte |
2016-08-14 | Add input file glob support to minify() | kzc |
2016-08-14 | Moved test input files to test/input. | Lucas Wiener |