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

栏目: 软件资讯 · 发布时间: 7年前

内容简介:Node v6.13.0(LTS)发布了,Node.js 是一个基于 Chrome V8 引擎的 JavaScript 运行时。 Node.js 使用高效、轻量级的事件驱动、非阻塞 I/O 模型。 更新内容: 显著变化 console: added console.count() and con...

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:

    • 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

  • 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

  • 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:

    • 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

  • tls:

    • accept lookup option for tls.connect() (Fedor Indutny) #12839

  • 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]


以上就是本文的全部内容,希望对大家的学习有所帮助,也希望大家多多支持 码农网

查看所有标签

猜你喜欢:

本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们

计算复杂性

计算复杂性

阿罗拉 巴拉克 / 骆吉洲 / 机械工业出版社 / 2016-1-1 / 129元

《计算复杂性的现代方法》是一部将所有有关复杂度知识理论集于一体的教程。将最新进展和经典结果结合起来,是一部很难得的研究生入门级教程。既是相关科研人员的一部很好的参考书,也是自学人员很难得的一本很好自学教程。本书一开始引入该领域的最基本知识,然后逐步深入,介绍更多深层次的结果,每章末都附有练习。对复杂度感兴趣的人士,物理学家,数学家以及科研人员这本书都是相当受益。一起来看看 《计算复杂性》 这本书的介绍吧!

JSON 在线解析
JSON 在线解析

在线 JSON 格式化工具

正则表达式在线测试
正则表达式在线测试

正则表达式在线测试