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