Deno v1.6.3 版本发布

Deno 于 2020.12.30 发布了 v1.6.3 版本。中国用户可以使用以下命令安装 Deno v1.6.3 版本:

Linux/macOS:

curl -fsSL https://x.deno.js.cn/install.sh | sh -s v1.6.3

Windows:

$v="1.6.3"; iwr https://x.deno.js.cn/install.ps1 -useb | iex

同时安装多个版本 deno 可以使用 dvm


Deno CLI 的变更:

  • 特性(lsp): 实现了 textDocument/rename (#8910)

  • 特性(lsp): 添加 cache 命令 (#8911)

  • 特性(unstable): collect coverage from the run command (#8893)

  • 修复: fetch bad URL will not panic (#8884)

  • 修复: info does not panic on missing modules (#8924)

  • 修复(core): fix incorrect index in Promise.all error reporting (#8913)

  • 修复(lsp): handle ts debug errors better (#8914)

  • 修复(lsp): provide diagnostics for unresolved modules (#8872)

  • 升级: dprint, swc_bundler, swc_common, swc_ecmascript (#8901)

  • 升级: rusty_v8 0.15.0, v8 8.8.294 (#8898)

Deno 标准库(Deno Standard Modules) 0.83.0 的变更:

  • 特性(std/node): 添加了 fs.mkdtempfs.mkdtempSync (#8604)

  • 修复(std/http): Don’t expose ServerRequest::done as Deferred (#8919)

2 个赞

dvm建议把readme装饰下,有助于推广,另外好像没有集成remote list

欢迎 pr,最近没时间了