aboutsummaryrefslogtreecommitdiff
path: root/README.md
AgeCommit message (Expand)Author
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
2018-04-24update `AST` documentation (#3094)...Alex Lam S.L
2018-04-10handle `pure_funcs` under `inline` & `reduce_vars` correctly (#3066)...Alex Lam S.L
2018-03-15refactor brackets to braces (#3005)Alex Lam S.L
2018-03-14update dependencies (#3002)...Alex Lam S.L
2018-03-11preserve case when `inline_script` (#2991)...Alex Lam S.L
2018-03-02compress `arguments[index]` (#2967)...Alex Lam S.L
2018-02-28migrate safe transformations out of `unsafe_comps` (#2962)...Alex Lam S.L
2018-02-06describe a few compiler assumptions (#2883)Dan
2018-01-19enable `unsafe` for `test/ufuzz.js` (#2819)...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)...kzc
2017-11-14update documentation for `reduce_funcs` (#2478)kzc
2017-11-11implement compress option `reduce_funcs` (#2466)...Alex 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