Deno 于 2020.09.04 发布了 v1.3.3 版本。中国用户可以使用以下命令安装 Deno v1.3.3 版本:
Linux/macOS:
curl -fsSL https://x.deno.js.cn/install.sh | sh -s v1.3.3
Windows:
$v="1.3.3"; iwr https://x.deno.js.cn/install.ps1 -useb | iex
Deno CLI 的变更:
-
特性(unstable): 添加
Deno.futime
和Deno.futimeSync
(#7266) -
特性(unstable): 运行 deno lint 命令从 stdin 进行读入内容 (#7263)
-
修复: Don’t expose
globalThis.__bootstrap
(#7344) -
修复: Handle bad redirects more gracefully (#7342)
-
修复: Handling of + character in URLSearchParams (#7314)
-
修复: Regex for TS refereces and deno-types (#7333)
-
修复: 修改线程池的最大数为
31
(#7290) -
修复: Support missing features in
--no-check
(#7289) -
修复: Use millisecond precision for Deno.futime and Deno.utime (#7299)
-
修复: Use upstream type definitions for WebAssembly (#7216)
-
重构: Compiler config in Rust (#7228)
-
重构: Support env_logger / RUST_LOG (#7142)
-
重构: Support multiline diagnostics in linter (#7303)
-
重构: Use dependency analyzer from SWC (#7334)
-
升级: rust 1.46.0 (#7251)
Deno 标准库(Deno Standard Modules) v0.68.0 的变更:
- 重构(std/uuid): remove dependency on isString from std/node (#7273)