Node v7.1.0 (Current) 和 v4.6.2 'Argon' (LTS) 发布了,Node.js 是一套用来编写高性能网络服务器的 JavaScript 工具包。
Node v7.1.0 (Current) 值得关注的更新:
buffer: add buffer.transcode to transcode a buffer's content from one encoding to another primarily using ICU (James M Snell) #9038
child_process: add public API for IPC channel (cjihrig) #9322
icu:
Upgraded to ICU 58 - small icu (Steven R. Loomis) #9234
Add cldr, tz, and unicode to process.versions (Steven R. Loomis) #9266
lib: make String(global) === '\[object global\]' (Anna Henningsen) #9279
libuv: Upgraded to 1.10.0 (cjihrig) #9267
readline: use icu based string width calculation (James M Snell) #9040
src:
add NODE_PRESERVE_SYMLINKS environment variable that has the same effect as the --preserve-symlinks flag (Marc Udoff) #8749
Fix String#toLocaleUpperCase() and String#toLocaleLowerCase() (Steven R. Loomis)
Node v4.6.2 'Argon' (LTS) 值得关注的更新:
build: It is now possible to build the documentation from the release tarball (Anna Henningsen) #8413
buffer: Buffer.alloc() will no longer incorrectly return a zero filled buffer when an encoding is passed (Teddy Katz) #9238
deps: upgrade npm in LTS to 2.15.11 (Kat Marchán) #8928
repl: Enable tab completion for global properties (Lance Ball) #7369
url: url.format() will now encode all # in search (Ilkka Myller) #8072
软件详情:https://github.com/nodejs/node/blob/master/CHANGELOG.md
下载地址:https://github.com/nodejs/node/
来自:开源中国社区

