Node 11.2.0 发布了,此版本主要更新内容包括:
deps:
- 支持新的实验性 HTTP 解析器
llhttp
https://github.com/nodejs/node/pull/24059
timers:
- 修复了可能导致 setTimeout 按预期停止工作的问题 https://github.com/nodejs/node/pull/24322
Windows
- 如果 node.pdb 文件可用,崩溃进程将显示堆栈帧的名称 https://github.com/nodejs/node/pull/23822
- 改进构建工具的安装 https://github.com/nodejs/node/pull/23987, https://github.com/nodejs/node/pull/24348
child_process:
- Windows 中的 windowsHide 选项默认值恢复为 false https://github.com/nodejs/node/pull/24034
详情查看发布公告。
下载地址:https://nodejs.org/en/download/
转自 https://www.oschina.net/news/101832/node-11-2-0-released