台球助教APP小程序开发,教练预约代理分销
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:
- 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()
andString#toLocaleLowerCase()
(Steven R. Loomis)
- add NODE_PRESERVE_SYMLINKS environment variable that has the same effect as the
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#
insearch
(Ilkka Myller) #8072
下载地址:
Node v7.1.0
Node v4.6.2