Node v6.13.0(LTS)发布了,Node.js 是一个基于 Chrome V8 引擎的 JavaScript 运行时。 Node.js 使用高效、轻量级的事件驱动、非阻塞 I/O 模型。
更新内容:
显著变化
- console:
- added console.count() and console.clear() (James M Snell) #12678
- crypto:
- deps:
- upgrade libuv to 1.16.1 (cjihrig) #16835
- dgram:
- added socket.setMulticastInterface() (Will Young) #7855
- http:
- add agent.keepSocketAlive and agent.reuseSocket as to allow overridable keep-alive behavior of
Agent
(Fedor Indutny) #13005
- add agent.keepSocketAlive and agent.reuseSocket as to allow overridable keep-alive behavior of
- lib:
- return this from net.Socket.end() (Sam Roberts) #13481
- module:
- add builtinModules api that provides list of all builtin modules in Node (Jon Moss) #16386
- net:
- return this from getConnections() (Sam Roberts) #13553
- promises:
- more robust stringification for unhandled rejections (Timothy Gu) #13784
- repl:
- improve require() autocompletion (Alexey Orlenko) #14409
- src:
- tls:
- accept
lookup
option fortls.connect()
(Fedor Indutny) #12839
- accept
- tools, build:
- a new macOS installer! (JP Wesselink) #15179
- url:
- WHATWG URL api support (James M Snell) #7448
- util:
- add %i and %f formatting specifiers (Roman Reiss) #10308
完整内容可查看发布主页。
下载地址:https://nodejs.org/en/download/
转自 http://www.oschina.net/news/93385/node-6-13-0-lts-released