[聚合文章] Node v9.4.0 (Current) 发布,可以从任何目录配置

JavaScript 2018-01-11 10 阅读

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:

    • update nghttp2 to 1.29.0 (James M Snell) #17908

    • upgrade npm to 5.6.0 (Kat Marchán) #17535

    • cherry-pick 50f7455 from upstream V8 (Michaël Zasso) #16591

  • events:

    • remove reaches into _events internals (Anatoli Papirovski) #17440

  • http:

    • add rawPacket in err of clientError event (XadillaX)  #17672

  • http2:

    • implement maxSessionMemory (James M Snell) #17967

    • add initial support for originSet (James M Snell) #17935

    • add altsvc support (James M Snell) #17917

    • perf_hooks integration (James M Snell) #17906

    • Refactoring and cleanup of Http2Session and Http2Stream destroy (James M Snell) #17406

  • net:

    • remove Socket.prototype.listen (Ruben Bridgewater) #13735

  • repl:

    • show lexically scoped vars in tab completion (Michaël Zasso) #16591

  • stream:

    • rm {writeable/readable}State.length (Calvin Metcalf) #12857

    • add flow and buffer properties to streams (Calvin Metcalf) #12855

  • util:

    • allow wildcards in NODE_DEBUG variable (Tyler) #17609

  • zlib:

    • add ArrayBuffer support (Jem Bezooyen) #16042

  • Added new collaborator

  • Added new TSC member

完整内容请查看 发布日志

注:本文内容来自互联网,旨在为开发者提供分享、交流的平台。如有涉及文章版权等事宜,请你联系站长进行处理。