io.js 版本 1.1.0更新记录
jopen 10年前
2015-02-03, 版本 1.1.0, @chrisdickinson
主要更新
- debug: 修复 v8 post-mortem 调试 bug.
- crypto: publicEncrypt 开始支持受密码保护的私钥.
- crypto: 哈希方法提速 ~30%.
- crypto: 添加 privateEncrypt/publicDecrypt 方法.
- errors
- 优化 util.inspect 格式化结果
- fs 抛出的错误, 添加更详细的描述. 这需要一个
NODE_MODULE_VERSION
bump. - http.setHeader 抛出的错误, 添加更详细的描述
- 依赖更新:
- npm: 更新到 2.4.1
- http-parser: 回滚到 2.3.0
- libuv: 更新到 1.3.0
- v8: 更新到 4.1.0.14 </ul> </li>
- http.request: 从选项中继承属性
- buffers 添加可迭代接口 (
for (let byte of buffer.values()) { }
) - fs: 修复
fs.createReadStream
的 fd 泄露. 详情参看 497fd72. - installer: Windows 平台完成安装后, 触发 WM_SETTINGCHANGE 事件, 用以让其他运行中进程知晓 PATH 的变化
- 添加贡献者:
- Vladimir Kurchatkin (@vkurchatkin)
- Micleușanu Nicu (@micnic) </ul> </li> </ul>
- REPL 中的 Surrogate pair 会导致终端僵死 (https://github.com/iojs/io.js/issues/690)
- io.js 无法作为静态库编译 (https://github.com/iojs/io.js/issues/686)
已知问题