io.js 1.4.3 发布,值得关注的改进:
stream: Fixed problems for platforms without writev() support, particularly Windows. Changes introduced in 1.4.1, via #926, broke some functionality for these platforms, this has now been addressed. #1008 (Fedor Indutny) arm: We have the very beginnings of ARMv8 / ARM64 /
AARCH64 support. An upgrade to OpenSSL 1.0.2 is one requirement for full
support. #1028 (Ben Noordhuis) Add new collaborator: Julian Duque (@julianduque)
之前还发布了 io.js 1.4.2 和 io.js 1.4.1 版本,详细内容请看更新日志。 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) |