#deps
- A new experimental HTTP parser (llhttp) is now supported.
- llhttp(HTTP parser)をサポート
#timers
- Fixed an issue that could cause setTimeout to stop working as expected.
- timersのremoveAtのバグ修正
#Windows
- A crashing process will now show the names of stack frames if the node.pdb file is available.
- node.pdbがある場合クラッシュ時にスタックトレースの情報が詳細に
- Continued effort to improve the installer's new stage that installs native build tools.
- インストール用スクリプトを改善?
#child_process:
- On Windows the windowsHide option default was restored to false. This means detached child processes and GUI apps will once again start in a new window.
- Windowsが子プロセスのコンソールウィンドウを作成した時、デフォルトではそれを非表示にしないように変更