News | Deno v1.2.3 released

Deno released the v1.2.3 version on 2020.08.08. Chinese users can install Deno v1.2.3 using the following command:

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

Changes in Deno CLI:

  • Fix: deno info No type checking at runtime  (#6978)

  • 修复: add missing globals to unstable diagnostics (#6960)

  • 修复: add support for non-UTF8 source files (#6789)

  • Repair: hash file names in gen cache (# 6911)

  • 重构: Encode op errors as strings instead of numbers (#6977)

  • Refactor: Op crate for Web APIs (#6906)

  • 重构: remove repeated code in main.rs (#6954)

  • Upgrade to rusty_v8 0.8.1 / V8 8.6.334 (#6980)

  • Upgrade: deno_lint v0.1.21 (#6985)

  • Upgrade: swc_ecmascript (#6943)

  • 特性(unstable): custom http client for fetch (#6918)

Changes in Deno Standard Modules v0.64.0:

  • 修复(std/toml): parser error with inline comments (#6942)

  • 修复(std/encoding/toml): Add boolean support to stringify (#6941)

  • Refactor: Rewrite globToRegExp() (#6963)

Related Reading

Guess you like

Origin blog.csdn.net/vCa54Lu0KV27w8ZZBd/article/details/107969591