内容简介:Deno 1.5.4 现已发布,Deno 是 V8 上的安全 TypeScript 运行时。 此版本更新内容如下: feat(unstable):添加 deno test --no-run feat(unstable):支持 --watch flag 的 bundle 和 fmt 子命令 修复:支持"deno r...
Deno 1.5.4 现已发布,Deno 是 V8 上的安全 TypeScript 运行时。
此版本更新内容如下:
- feat(unstable):添加 deno test --no-run
- feat(unstable):支持 --watch flag 的 bundle 和 fmt 子命令
- 修复:支持"deno run --v8-flags=--help" without script
- fix(tsc):允许导入非标准扩展
- 重构: 改进Deno.version类型声明
- 重构: 将 test 子命令的 --failfast 重命名为 --fail-fast
- 升级:rusty_v8 0.13.0,v8 8.8.278.2
Changes in std version 0.79.0:
- feat(std/hash):添加 HmacSha1
- feat(std/http):检查 cookie 属性是否有效
- feat(std/http):验证 cookie 路径值
- feat(std/io):来自 AsyncIterator 的 ReadableStream 和来自 Writer 的 WritableStream
- feat(std/log):日志错误堆栈
- feat(std/node):添加 os.totalmem、os.freemem
- feat(std/node):添加 ReadableStream、WritableStream、errors support
- feat(std/node):添加 util.deprecate
- feat(std/node):添加 process.nextTick
- fix(std/http):修复请求迭代器中的错误处理
- fix(std/node):修复事件可扩展性
- fix(std/node):正确键入 global、globalThis、window
Install / Upgrade
Using Deno:
deno upgrade --version 1.5.4
With Shell:
curl -fsSL https://deno.land/x/install/install.sh | sh -s v1.5.4
With PowerShell:
$v="1.5.4"; iwr https://deno.land/x/install/install.ps1 -useb | iex
更新说明:https://github.com/denoland/deno/releases/tag/v1.5.4
以上就是本文的全部内容,希望对大家的学习有所帮助,也希望大家多多支持 码农网
猜你喜欢:- TypeScript 3.4.5 发布,修复节点运行问题
- Dapr 1.0 发布,分布式应用运行时
- Node.js 8.1.2 发布,JavaScript 运行时
- GoPlus 0.6.40 发布,支持线上运行模式
- RDoc 1.3.3 发布,兼容 Windows 系统下运行
- RubyMine 2018.2.3 发布,新增显示运行脚本的功能
本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们。
Delivering Happiness
Tony Hsieh / Grand Central Publishing / 2010-6-7 / USD 27.00
http://www.deliveringhappinessbook.com/ The visionary CEO of Zappos explains how an emphasis on corporate culture can lead to unprecedented success. Pay new employees $2000 to quit. Make custome......一起来看看 《Delivering Happiness》 这本书的介绍吧!