内容简介:在发布 9.6.0 不久后,Node.js 又发布了 9.6.1 —— 专门修复 9.6.0 出现的潜在 Semver-Major 回归错误。有以下值得关注的变化: events: events.usingDomains being set to false by default was removed in...
在发布 9.6.0 不久后,Node.js 又发布了 9.6.1 —— 专门修复 9.6.0 出现的潜在 Semver-Major 回归错误。有以下值得关注的变化:
events:
events.usingDomains
being set tofalse
by default was removed in 9.6.0 which was a change in behavior compares to 9.5.0. This behavior change has been reverted and theevents
object now hasusingDomains
preset tofalse
, which is the behavior in 9.x prior to 9.6.0 (Myles Borins) #18944
提交
[
761caec379
] - events: presetusingDomains
to false (Myles Borins) #18944
下载地址和发布主页:https://nodejs.org/en/blog/release/v9.6.1/
【声明】文章转载自:开源中国社区 [http://www.oschina.net]
以上就是本文的全部内容,希望本文的内容对大家的学习或者工作能带来一定的帮助,也希望大家多多支持 码农网
猜你喜欢:- Rancher 2.2.4 发布,CVE 修复,项目监控回归
- 文本编辑器 Notepad++ 7.7.1 发布,修复回归问题
- VirtualBox 5.2.4 发布,修复了一些 bug 和回归错误
- Python 的 ORM 框架 SQLAlchemy 1.2.1 修复回归错误
- Actor 模型开发库 Akka 2.5.11 发布,修复回归错误
- Nginx Unit 0.4 beta 发布,修复旧版本出现的回归错误
本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们。
Web Development Recipes
Brian P. Hogan、Chris Warren、Mike Weber、Chris Johnson、Aaron Godin / Pragmatic Bookshelf / 2012-1-22 / USD 35.00
You'll see a full spectrum of cutting-edge web development techniques, from UI and eye candy recipes to solutions for data analysis, testing, and web hosting. Make buttons and content stand out with s......一起来看看 《Web Development Recipes》 这本书的介绍吧!