Add /package-lock.json to .gitgnore
[UglifyJS.git] / README.md
2021-12-21 Alex Lam S.Lenhance `inline` (#5226)
2021-10-16 Alex Lam S.Ldocument ECMAScript quirks (#5148)
2021-07-17 Alex Lam S.Lworkaround various IE quirks (#5084)
2021-05-25 Alex Lam S.Lfix corner case in `mangle` (#4966)
2021-05-15 Alex Lam S.Ldocument v8 quirks (#4942)
2021-04-21 Alex Lam S.Ldocument various ECMAScript bugs (#4857)
2021-03-20 Alex Lam S.Ldocument various v8 bugs (#4808)
2021-03-12 Alex Lam S.Limplement `annotations` (#4763)
2021-03-07 Alex Lam S.Lbuild external projects for verification testing (...
2021-02-23 Alex Lam S.Lsupport nullish coalescing operator (#4678)
2021-02-22 Alex Lam S.Limprove CLI usability (#4670)
2021-02-15 Alex Lam S.Lintroduce `hoist_exports` (#4651)
2021-02-13 Alex Lam S.Lsupport `import` statements (#4646)
2021-02-08 Alex Lam S.Lsupport `for [await]...of` statements (#4627)
2021-02-07 Alex Lam S.Lsupport generator functions (#4620)
2021-02-02 Alex Lam S.Lfix corner cases in `templates` (#4610)
2021-02-01 Alex Lam S.Lintroduce `templates` (#4603)
2021-01-24 Alex Lam S.Lsupport exponentiation operator (#4593)
2021-01-12 Alex Lam S.Ldocument v8 bug (#4549)
2021-01-07 Alex Lam S.Lsupport rest parameters (#4515)
2020-12-27 Alex Lam S.Lworkaround v8 bug with labels (#4467)
2020-12-24 Alex Lam S.Lfix corner case in `collapse_vars` (#4445)
2020-12-24 Alex Lam S.Lreplace `keep_fargs` default to `false` (#4443)
2020-12-19 Alex Lam S.Lfix corner case with destructuring `catch` (#4421)
2020-12-19 Alex Lam S.Lsuppress false positives in `ufuzz` (#4419)
2020-12-17 Alex Lam S.Lsupport arrow function (#4385)
2020-12-11 Alex Lam S.Lclarify corner case in object literal (#4371)
2020-12-10 Alex Lam S.Lfix corner cases with spread syntax (#4358)
2020-12-07 Alex Lam S.Lintroduce `spread` (#4346)
2020-11-21 Alex Lam S.Lworkaround Safari quirks (#4314)
2020-11-20 Alex Lam S.Lgate `galio` workaround (#4310)
2020-11-17 Alex Lam S.Lsupport destructured literals (#4278)
2020-10-19 Alex Lam S.Lsupport `let` (#4227)
2020-09-18 Alex Lam S.Lenhance `side_effects` (#4124)
2020-08-09 Alex Lam S.Lclarify `toplevel` & global variable aliasing (#4046)
2020-05-05 Alex Lam S.Lupdate links to repository after rename (#3847)
2020-04-16 Alex Lam S.Lsupport optional output of `names` in source maps ...
2020-02-15 Marco GonzalezUpdated "Output options" > "comments" in README.md...
2020-01-27 Alex Lam S.Lfix corner case in string concatenations (#3692)
2020-01-08 Alex Lam S.Lintroduce `--output-opts` CLI option (#3678)
2019-11-15 Alex Lam S.Lintroduce eager evaluation (#3587)
2019-10-29 Alex Lam S.Lcompress object literals (#3546)
2019-05-13 Alex Lam S.Lenhance `keep_fargs` (#3409)
2019-05-04 Alex Lam S.Lmake `enclose` & `wrap` work with `sourceMap` (#3396)
2019-04-15 Alex Lam S.Lintroduce `functions` (#3360)
2019-03-18 Alex Lam S.Lintroduce `assignments` (#3345)
2019-03-12 Seul-gi Choi(Chase)Update README.md (#3311)
2018-07-12 Alex Lam S.Lfix corner cases in `preserve_line` (#3212)
2018-06-28 Alex Lam S.Limplement `directives` (#3203)
2018-06-01 Jiavanre-introduce `enclose` (#3163)
2018-05-18 exvisoryUpdate README.md to clarify --source-map filename optio...
2018-04-24 Alex Lam S.Lupdate `AST` documentation (#3094)
2018-04-09 Alex Lam S.Lhandle `pure_funcs` under `inline` & `reduce_vars`...
2018-03-15 Alex Lam S.Lrefactor brackets to braces (#3005)
2018-03-14 Alex Lam S.Lupdate dependencies (#3002)
2018-03-10 Alex Lam S.Lpreserve case when `inline_script` (#2991)
2018-03-02 Alex Lam S.Lcompress `arguments[index]` (#2967)
2018-02-28 Alex Lam S.Lmigrate safe transformations out of `unsafe_comps`...
2018-02-06 Dandescribe a few compiler assumptions (#2883)
2018-01-19 Alex Lam S.Lenable `unsafe` for `test/ufuzz.js` (#2819)
2018-01-16 Joël Galeranfix typo in README (#2792)
2018-01-02 Alex Lam S.Linline functions with `AST_Var` (#2688)
2017-12-20 Alex Lam S.Ldisable `hoist_funs` by default (#2626)
2017-12-13 Alex Lam S.Lfold `cascade` functionality into `collapse_vars` ...
2017-11-25 Alex Lam S.Lfix wording and formatting (#2512)
2017-11-19 Alex Lam S.Lenable `hoist_props` by default (#2492)
2017-11-17 kzcdocument the `webkit` output option (#2490)
2017-11-14 kzcupdate documentation for `reduce_funcs` (#2478)
2017-11-10 Alex Lam S.Limplement compress option `reduce_funcs` (#2466)
2017-10-25 kzcdocument compress option `hoist_props` (#2399)
2017-10-23 Tom MacWrightdocs: Fix spelling and style (#2395)
2017-10-19 Alex Lam S.Lbackport #2374 (#2376)
2017-10-15 Alex Lam S.Lfix-ups for #2356 (#2360)
2017-10-11 Roger Peppeupdate README to include defaults (#2356)
2017-10-11 Tim MaloneUpdate README.md - sourceMappingURL directive note...
2017-08-30 David Å andaFix CLI example for mangle reserved list of names ...
2017-08-29 David Å andaFix CLI source-maps examples (#2291)
2017-07-12 Alex Lam S.Lenhance `passes` (#2229)
2017-07-08 kzcdocs: update benchmarks using node 8, add babili (...
2017-07-05 Alex Lam S.Limprove `compress` granularity through `typeofs` (...
2017-07-02 kzcdocument fast mangle-only minify mode (#2194)
2017-06-29 Alex Lam S.Limprove usability of name cache under `minify()` (...
2017-06-14 kzcadd comment about quote_style and gzip (#2092)
2017-06-05 Alex Lam S.Limplement function inlining (#2053)
2017-06-02 kzcbetter document behavior of unsafe_Func (#2043)
2017-05-31 kzcreformat mangle options section of README (#2036)
2017-05-30 Alex Lam S.Lintroduce `unsafe_Func` (#2033)
2017-05-28 Alex Lam S.Ldisplay default values in `--help options` (#2018)
2017-05-27 kzcclarify what --mangle-props does (#2012)
2017-05-26 kzcbetter document mangle properties options (#2009)
2017-05-26 kzcfix and expand --mangle-props documentation (#2008)
2017-05-24 Alex Lam S.Lreport timing breakdown (#2000)
2017-05-22 kzcadd another minify() options example (#1988)
2017-05-21 Alex Lam S.Limprove usability of `global_defs` in `minify()` (...
2017-05-20 kzcmore refinement of minify() documentation (#1983)
2017-05-20 kzcdocument minify() option `toplevel` (#1979)
2017-05-20 kzcdocument 3.x minify() does not throw errors (#1975)
2017-05-19 kzcdocument minify `warnings` and add an error example...
2017-05-19 Alex Lam S.Lintroduce `unsafe_regexp` (#1970)
2017-05-18 Karafix docs for side_effects flag to reflect current behav...
next