上个月发布 v1.0 版本的 Deno 近期连发了几个小版本,主要集中在对 CLI 与 std 的修复与改进,目前已经到 v1.0.5。
此版本更新内容包括:
CLI:
- fix(fetch):支持 101 状态码
- fix:REPL BorrowMutError panic
- fix:动态导入 BorrowMutError
- upgrade:dprint 0.19.1、swc_ecma_parser 0.24.3
- upgrade:rusty_v8 0.5.0
std 0.56.0:
- feat(std/testing):基准进程回调
- feat(std/encoding):新增 base64url 模块
- fix(std/testing/asserts):assertArrayContains() 值格式修复
Install / Upgrade
Using Deno:
deno upgrade --version 1.0.5
With Shell:
curl -fsSL https://deno.land/x/install/install.sh | sh -s v1.0.5
With PowerShell:
$v = " 1.0.5 " ; iwr https: // deno.land / x / install / install.ps1 - useb | iex
更新说明:https://github.com/denoland/Deno/releases
转自 https://www.oschina.net/news/116234/deno-1-0-5-released