Node v9.4.0 (Current) 发布了,Node.js 是一个基于 Chrome V8 引擎的 JavaScript 运行时。 Node.js 使用高效、轻量级的事件驱动、非阻塞 I/O 模型。
更新内容:
- async_hooks:
- deprecate AsyncHooks Sensitive API and runInAsyncIdScope. Neither API were documented. (Andreas Madsen) #16972
- deps:
- events:
- remove reaches into _events internals (Anatoli Papirovski) #17440
- http:
- add rawPacket in err of
clientError
event (XadillaX) #17672
- add rawPacket in err of
- http2:
- net:
- remove Socket.prototype.listen (Ruben Bridgewater) #13735
- repl:
- show lexically scoped vars in tab completion (Michaël Zasso) #16591
- stream:
- util:
- allow wildcards in NODE_DEBUG variable (Tyler) #17609
- zlib:
- add ArrayBuffer support (Jem Bezooyen) #16042
- Added new collaborator
- starkwang Weijia Wang
- Added new TSC member
- danbev Daniel Bevenius
完整内容请查看发布日志。
转自 http://www.oschina.net/news/92323/node-9-4-0-current-released