動(dòng)態(tài) | Deno v1.3.0 版本發(fā)布
Deno 于 2020.08.13 發(fā)布了 v1.3.0 版本。中國(guó)用戶(hù)可以使用以下命令安裝 Deno v1.3.0 版本:
Linux/macOS:
curl -fsSL https://x.deno.js.cn/install.sh | sh -s v1.3.0Windows:
$v="1.3.0"; iwr https://x.deno.js.cn/install.ps1 -useb | iex
Deno CLI 的變更:
特性: 為 deno install 命令添加 "--no-check" 選項(xiàng) (#6948)
特性: 為 deno lint 命令添加 "--ignore" 選項(xiàng) (#6934)
特性: 為 deno lint 命令添加 "--json" 選項(xiàng) (#6940)
特性: 為 deno bundle 命令添加 "--reload" 選項(xiàng) (#6996)
特性: 為 deno info 命令添加 "--reload" 選項(xiàng) (#7009)
特性: FileReader API (#6673)
特性: Handle imports in deno doc (#6987)
特性: Stabilize Deno.mainModule (#6993)
特性: Support file URLs in Deno.run for executable (#6994)
修復(fù): console.log should see color codes when grouping occurs (#7000)
修復(fù): URLSearchParams.toString() behaviour is different from browsers (#7017)
修復(fù): Remove?@ts-expect-error?directives (#7024)
修復(fù)(unstable): Add missing globals to diagnostics (#6988)
重構(gòu)(doc): Remove detailed / summary distinction (#6818)
核心: Memory limits & callbacks (#6914)
升級(jí): TypeScript to 3.9.7 (#7036)
升級(jí): Rust crates (#7034,?#7040)
Deno 標(biāo)準(zhǔn)庫(kù)(Deno Standard Modules) v0.65.0 的變更:
特性(std/http): Add TLS serve abilities to file_server (#6962)
特性(std/http): Add --no-dir-listing flag to file_server (#6808)
特性(std/node): Add util.inspect (#6833)
修復(fù): Make std work with isolatedModules (#7016)
相關(guān)文章
