Deno v1.6.2 版本发布

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

Linux/macOS:

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

Windows:

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

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


Deno CLI 的变更:

  • 特性(lsp): 支持配置 unstable 选项 (#8851)

  • 特性(unstable): record raw coverage into a directory (#8642)

  • 特性(unstable): support in memory certificate data for Deno.createHttpClient
    (#8739)

  • 修复: atomically write files to $DENO_DIR (#8822)

  • 修复: implement ReadableStream fetch body handling (#8855)

  • 修复: make DNS resolution async (#8743)

  • 修复: make dynamic import errors catchable (#8750)

  • 修复: respect enable flag for requests in lsp (#8850)

  • 重构: rename runtime/rt to runtime/js (#8806)

  • 重构: rewrite lsp to be async (#8727)

  • 重构: rewrite ops to use ResourceTable2 (#8512)

  • 重构: optimise static assets in lsp (#8771)

  • 升级 TypeScript 到 4.1.3 (#8785)

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

  • 特性(std/node): Added os.type (#8591)
4 个赞

沙发