aboutsummaryrefslogtreecommitdiff
path: root/README.md
AgeCommit message (Expand)Author
2024-02-13mention Wojtek's modifications in the READMEWojtek Kosior
2021-07-17workaround various IE quirks (#5084)...Alex Lam S.L
2021-05-26fix corner case in `mangle` (#4966)...Alex Lam S.L
2021-05-16document v8 quirks (#4942)...Alex Lam S.L
2021-04-21document various ECMAScript bugs (#4857)Alex Lam S.L
2021-03-21document various v8 bugs (#4808)...Alex Lam S.L
2021-03-13implement `annotations` (#4763)Alex Lam S.L
2021-03-07build external projects for verification testing (#4741)Alex Lam S.L
2021-02-24support nullish coalescing operator (#4678)Alex Lam S.L
2021-02-22improve CLI usability (#4670)...Alex Lam S.L
2021-02-15introduce `hoist_exports` (#4651)Alex Lam S.L
2021-02-14support `import` statements (#4646)Alex Lam S.L
2021-02-09support `for [await]...of` statements (#4627)Alex Lam S.L
2021-02-08support generator functions (#4620)Alex Lam S.L
2021-02-02fix corner cases in `templates` (#4610)Alex Lam S.L
2021-02-01introduce `templates` (#4603)Alex Lam S.L
2021-01-25support exponentiation operator (#4593)Alex Lam S.L
2021-01-13document v8 bug (#4549)...Alex Lam S.L
2021-01-07support rest parameters (#4515)Alex Lam S.L
2020-12-27workaround v8 bug with labels (#4467)...Alex Lam S.L
2020-12-24fix corner case in `collapse_vars` (#4445)...Alex Lam S.L
2020-12-24replace `keep_fargs` default to `false` (#4443)Alex Lam S.L
2020-12-20fix corner case with destructuring `catch` (#4421)...Alex Lam S.L
2020-12-20suppress false positives in `ufuzz` (#4419)Alex Lam S.L
2020-12-17support arrow function (#4385)Alex Lam S.L
2020-12-12clarify corner case in object literal (#4371)...Alex Lam S.L
2020-12-11fix corner cases with spread syntax (#4358)Alex Lam S.L
2020-12-08introduce `spread` (#4346)...Alex Lam S.L
2020-11-21workaround Safari quirks (#4314)...Alex Lam S.L
2020-11-21gate `galio` workaround (#4310)Alex Lam S.L
2020-11-17support destructured literals (#4278)Alex Lam S.L
2020-10-19support `let` (#4227)Alex Lam S.L
2020-09-18enhance `side_effects` (#4124)...Alex Lam S.L
2020-08-10clarify `toplevel` & global variable aliasing (#4046)Alex Lam S.L
2020-05-05update links to repository after rename (#3847)Alex Lam S.L
2020-04-17support optional output of `names` in source maps (#3784)Alex Lam S.L
2020-02-15Updated "Output options" > "comments" in README.md (#3717)...Marco Gonzalez
2020-01-28fix corner case in string concatenations (#3692)...Alex Lam S.L
2020-01-08introduce `--output-opts` CLI option (#3678)...Alex Lam S.L
2019-11-16introduce eager evaluation (#3587)Alex Lam S.L
2019-10-29compress object literals (#3546)Alex Lam S.L
2019-05-13enhance `keep_fargs` (#3409)Alex Lam S.L
2019-05-04make `enclose` & `wrap` work with `sourceMap` (#3396)...Alex Lam S.L
2019-04-15introduce `functions` (#3360)...Alex Lam S.L
2019-03-18introduce `assignments` (#3345)Alex Lam S.L
2019-03-13Update README.md (#3311)...Seul-gi Choi(Chase)
2018-07-13fix corner cases in `preserve_line` (#3212)Alex Lam S.L
2018-06-28implement `directives` (#3203)...Alex Lam S.L
2018-06-01re-introduce `enclose` (#3163)...Jiavan
2018-05-18Update README.md to clarify --source-map filename option (#3137)...exvisory