Node.js 4.0.0 正式发布了

Posted Linux中国

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Node.js 4.0.0 正式发布了相关的知识,希望对你有一定的参考价值。

不用惊讶,就是4.0.0,这是 Node.js 项目 和 io.js 项目复合后的首个稳定版本。目前 Node 团队包含 44 个成员,还有超过 100 名的代码贡献者。Node.js 4.0 包含 V8 4.5,支持大多数 ES6 的新特性。同时 Node 4.0 将引入 LTS 长期支持计划的发行周期,首个LTS版本将于10月份发布,同时 Node 以后将每 6 个月发布一个主要的稳定版本,4月份一个,10月份一个(类似 Ubuntu)。

Node.js 4.0 最值得关注的改进记录包括:

  • child_process: ChildProcess.prototype.send()process.send()跨平台的异步操作作为一个可选的回调参数,可在消息发送时候调用。例如.send(message[, sendHandle][, callback]) (Ben Noordhuis) .

  • node: 将 "io.js" 代码重命名为 "Node.js" (cjihrig) . (合久必分,分久必合)

  • node-gyp: 该版本绑定了一个更新版的 node-gyp 支持所有版本的 Node 和 IO.js。 (Rod Vagg)

  • npm: 版本从 2.13.3 更新到 2.14.2, 包含一个安全更新,详情请看 (Kat Marchán) .

  • timers: 提示定时器的性能,和一些小bug修复 (Jeremiah Senkpiel) , (Julien Gilli)

  • util: util.is*() 函数被废弃,文档中已经注明废弃。建议用户寻找更可靠的替代方案 (Sakthipriyan Vairamani) .

  • v8: 版本从 4.4.63.30 升级到 4.5.103.30 (Ali Ijaz Sheikh) .

    • 实现新的 TypedArray 原型方法: copyWithin(), every(), fill(), filter(),find(), findIndex(), forEach(), indexOf(), join(), lastIndexOf(),map(), reduce(), reduceRight(), reverse(), slice(), some(), sort(). See for further information.

    • 实现新的 TypedArray.from()TypedArray.of() 函数. See for further information.

    • 实现 arrow 函数, see for further information.

    • 完整记录请看

完整记录请看:

相关链接:

  • Windows 32-bit Installer:

  • Windows 64-bit Installer:

  • Mac OS X 64-bit Installer:

  • Mac OS X 64-bit Binary:

  • Linux 32-bit Binary:

  • Linux 64-bit Binary:

  • SunOS 32-bit Binary:

  • SunOS 64-bit Binary:

  • ARMv6 32-bit Binary:

  • ARMv7 32-bit Binary:

  • ARMv8 64-bit Binary:

  • Source Code:

  • Other release files:

  • Website:

  • Documentation:

来源:OSCHINA 原文:


以上是关于Node.js 4.0.0 正式发布了的主要内容,如果未能解决你的问题,请参考以下文章

Node.js JavaScript 片段中的跳过代码

Node.js Sass 版本 7.0.0 与 ^4.0.0 不兼容 || ^5.0.0 || ^6.0.0

Ubuntu系统下怎么让js文件直接执行

在Debian 7 Wheezy(WM)上安装node.js失败

使用 node-inspector 调试 node.js

如何在 Windows 上安装旧版本的 node.js?