Node.js v8.3.0 已发布,在该版本中,已将 V8 引擎已经升级到 6.0 版本,性能有了大幅度的改进。有关性能差异的更多详细信息,点此参阅。
除此之外,还带来了循环遍历对象,删除对象键,函数绑定和对象创建等实用的功能。
其他值得关注的变更
DNS
Independent DNS resolver instances are supported now, with support for cancelling the corresponding requests.
N-API
Multiple N-API functions for error handling have been changed to support assigning error codes.
REPL
Autocompletion support for require() has been improved.
Utilities
The WHATWG Encoding Standard (TextDecoder and TextEncoder) has been implemented as an experimental feature.
Added new collaborators
XadillaX - Khaidi Chu
gabrielschulhof - Gabriel Schulhof
下载地址
https://nodejs.org/en/download/
Node.js 是一个基于 Chrome V8 引擎的 JavaScript 运行时。 Node.js 使用高效、轻量级的事件驱动、非阻塞 I/O 模型。
软件详情:https://nodejs.org/en/blog/release/v8.3.0/
来自:开源中国社区

