Deno v1.0.2 版本发布

Deno 于 2020.05.23 发布了 v1.0.2 版本。中国用户可以使用以下命令安装 v1.0.2版本:

Linux/macOS:


curl -fsSL https://x.deno.js.cn/install.sh | sh -s v1.0.2

Windows:


iwr https://x.deno.js.cn/install.ps1 -useb -outf install.ps1; .\install.ps1 v1.0.2


Deno CLI 的变更:

  • fix: 修复 --inspect 调试参数 (#5697)

  • fix: 禁止在 https 模块中导入 http (#5680)

  • fix: 导入模块时,分析模块的重定向 (#5726)

  • fix: 修复 SWC 解析错误的显式方式 (#5752)

  • fix: TS type imports (#5733)

  • fix(fmt): Do not panic on new expr with no parens. (#5734)

  • fix(cli/js/streams): 修复 High water mark 验证函数 (#5681)

标准库(Deno Standard Modules) v0.53.0 的变更:

  • fix(std/http): 修复 file_server 的目标路径 (#5695)

  • feat(std/hash): 添加 md5 哈希函数 (#5719)

  • refactor: 将 std/fmt/sprintf.ts 移动到 std/fmt/printf.ts (#4567)

4 个赞