Deno 于 2020.08.29 发布了 v1.3.2 版本。中国用户可以使用以下命令安装 Deno v1.3.2 版本:
Linux/macOS:
curl -fsSL https://x.deno.js.cn/install.sh | sh -s v1.3.2
Windows:
$v="1.3.2"; iwr https://x.deno.js.cn/install.ps1 -useb | iex
Deno CLI 的变更:
-
修复(console): handle escape sequences when logging objects (#7171)
-
修复(doc): stack overflow for .d.ts files (#7167)
-
修复(install): Strip “@…” suffixes from inferred names (#7223)
-
修复(lint): use recommended rules set (#7222)
-
修复(url): Add missing part assignment (#7239)
-
修复(url): Don’t encode “’” in non-special query strings (#7152)
-
修复(web): throw TypeError on invalid input types in TextDecoder.decode()
(#7179)
-
构建: Move benchmarks to Rust (#7134)
-
升级: rusty_v8 0.9.1 / V8 8.6.334 (#7243)
-
升级: TypeScript 4.0 (#6514)
Deno 标准库(Deno Standard Modules) v0.67.0 的变更:
-
BREAKING(std/wasi): rename Module to Context (#7110)
-
BREAKING(std/wasi): use record for exports (#7109)
-
新特性(std/fmt): add bright color variations (#7241)
-
新特性(std/node): add URL export (#7132)
-
新特性(std/testing): add assertNotMatch (#6775)
-
修复(std/encoding/toml): Comment after arrays causing incorrect output (#7224)
-
修复(std/node): “events” and “util” modules (#7170)
-
修复(std/testing): invalid dates assertion equality (#7230)
-
修复(std/wasi): always capture syscall exceptions (#7116)
-
修复(std/wasi): ignore lint errors (#7197)
-
修复(std/wasi): invalid number to bigint conversion in fd_tell (#7215)
-
修复(std/wasi): return flags from fd_fdstat_get (#7112)