Deno 于 2020.08.08 发布了 v1.2.3 版本。中国用户可以使用以下命令安装 Deno v1.2.3 版本:
Linux/macOS:
curl -fsSL https://x.deno.js.cn/install.sh | sh -s v1.2.3
Windows:
$v="1.2.3"; iwr https://x.deno.js.cn/install.ps1 -useb | iex
Deno CLI 的变更:
-
修复: 运行
deno info
时不进行类型检查 (#6978) -
修复: add missing globals to unstable diagnostics (#6960)
-
修复: add support for non-UTF8 source files (#6789)
-
修复: hash file names in gen cache (#6911)
-
重构: Encode op errors as strings instead of numbers (#6977)
-
重构: Op crate for Web APIs (#6906)
-
重构: remove repeated code in main.rs (#6954)
-
升级 to rusty_v8 0.8.1 / V8 8.6.334 (#6980)
-
升级: deno_lint v0.1.21 (#6985)
-
升级: swc_ecmascript (#6943)
-
特性(unstable): custom http client for fetch (#6918)
Deno 标准库(Deno Standard Modules) v0.64.0 的变更: