Node.js v9.8.0 已发布,该版本添加了一些新特性,也修复了一些问题,详细如下:
crypto:
add cert.fingerprint256 as SHA256 fingerprint (Hannes Magnusson)
http2:
Fixed issues with aborted connections in the HTTP/2 implementation (Anna Henningsen)
loader:
--inspect-brk now works properly for esmodules (Gus Caplan)
src:
make process.dlopen() load well-known symbol (Ben Noordhuis)
trace_events:
add file pattern cli option (Andreas Madsen)
Added new collaborators
MoonBall Chen Gang
详细的提交信息和下载地址请查看:https://nodejs.org/en/blog/release/v9.8.0/
Node.js 是一个基于 Chrome V8 引擎的 JavaScript 运行时。 Node.js 使用高效、轻量级的事件驱动、非阻塞 I/O 模型。
来自:开源中国社区