Node.js 7.7.0 (Current) 发布了,Node.js 是一套用来编写高性能网络服务器的 JavaScript 工具包。
该版本值得特别注意的更新包括:
child_process: spawnSync() exit code now is null when the child is killed via signal
http: new functions to access the headers for an outgoing HTTP message
lib: deprecate node --debug at runtime
tls: new tls.TLSSocket() supports sec ctx options
url: adding URL.prototype.toJSON support
doc: items in the API documentation may now have changelogs
crypto: adding support for OPENSSL_CONF again
src: adding support for trace-event tracing
更多详情及下载地址请查看发行日志。