红联Linux门户
Linux帮助

Node.js 6.13.0发布,服务器端的JavaScript运行环境

发布时间:2018-02-15 10:43:55来源:红联作者:baihuo
Node v6.13.0(LTS)发布了,Node.js 是一个基于 Chrome V8 引擎的 JavaScript 运行时。 Node.js 使用高效、轻量级的事件驱动、非阻塞 I/O 模型。

更新内容:
显著变化[list][*]console:
[list][*]added console.count() and console.clear() (James M Snell) #12678
[/list][*]crypto:
[list][*]expose ECDH class (Bryan English) #8188
[*]added cypto.randomFill() and crypto.randomFillSync() (Evan Lucas) #10209
[*]warn on invalid authentication tag length (Tobias Nießen) #17566
[/list][*]deps:
[list][*]upgrade libuv to 1.16.1 (cjihrig) #16835
[/list][*]dgram:
[list][*]added socket.setMulticastInterface() (Will Young) #7855
[/list][*]http:
[list][*]add agent.keepSocketAlive and agent.reuseSocket as to allow overridable keep-alive behavior of Agent(Fedor Indutny) #13005
[/list][*]lib:
[list][*]return this from net.Socket.end() (Sam Roberts) #13481
[/list][*]module:
[list][*]add builtinModules api that provides list of all builtin modules in Node (Jon Moss) #16386
[/list][*]net:
[list][*]return this from getConnections() (Sam Roberts) #13553
[/list][*]promises:
[list][*]more robust stringification for unhandled rejections (Timothy Gu) #13784
[/list][*]repl:
[list][*]improve require() autocompletion (Alexey Orlenko) #14409
[/list][*]src:
[list][*]add openssl-system-ca-path configure option (Daniel Bevenius) #16790
[*]add --use-bundled-ca --use-openssl-ca check (Daniel Bevenius) #12087
[*]add process.ppid (cjihrig) #16839
[/list][*]tls:
[list][*]accept lookup option for tls.connect() (Fedor Indutny) #12839
[/list][*]tools, build:
[list][*]a new macOS installer! (JP Wesselink) #15179
[/list][*]url:
[list][*]WHATWG URL api support (James M Snell) #7448
[/list][*]util:
[list][*]add %i and %f formatting specifiers (Roman Reiss) #10308
[/list][/list]完整内容可查看发布主页
下载地址:https://nodejs.org/en/download/

来自:开源中国社区
文章评论

共有 0 条评论