io.js 2.4.0 发布,服务器 JS 引擎
io.js 2.4.0 发布,此版本值得关注的更新内容如下:
src:添加了
--track-heap-objects
flag #2135.readline:修复了一个影响 repl 的 bug #2107.
npm:升级至 npm v2.13.0,详情请看 https://github.com/npm/npm/releases/tag/v2.13.0 (Forrest L Norvell) #2152.
下载:https://github.com/nodejs/io.js/archive/v2.4.0.zip,详细改进请看更新日志。
IO.js 是为 V8 引擎编写的基于事件 IO 的实现。
构建要求:
* `gcc` and `g++` 4.8 or newer, or
* `clang` and `clang++` 3.3 or newer
* Python 2.6 or 2.7
* GNU Make 3.81 or newer
* libexecinfo (FreeBSD and OpenBSD only)