Node.js 同时发布了 v8.9.2 (LTS) 和 v6.12.1(LTS),主要更新如下:
v8.9.2 (LTS)
- console:
- avoid adding infinite error listeners (Matteo Collina) #16770
- http2:
- improve errors thrown in header validation (Joyee Cheung) #16718
v6.12.1(LTS)
- build:
- fix npm install with –shared (Ben Noordhuis) #16438
- build:
- building with python 3 is now supported (Emily Marigold Klassen) #16058
- src:
- v8 options can be specified with either ‘_’ or ‘-‘ in NODE_OPTIONS (Sam Roberts) #14093
下载地址:
转自 http://www.oschina.net/news/91227/node.js-8-9-2-and-6-12-1