Node.js v11.0.0 已正式发布!该版本主要侧重于对内部和性能方面的改进,以及升级到 V8 7.0 版本。
值得注意的是,从该版本起,Node.js 不再支持 FreeBSD 10。
值得关注的更新:
- Build
- FreeBSD 10 is no longer supported. #22617
child_process
- The default value of the
windowsHide
option has been changed totrue
. #21316
- The default value of the
console
- Dependencies
- V8 has been updated to 7.0. #22754
fs
http
- The
http
,https
, andtls
modules now use the WHATWG URL parser by default. #20270
- The
- General
- Use of
process.binding()
has been deprecated. Userland code usingprocess.binding()
should re-evaluate that use and begin migrating. If there are no supported API alternatives, please open an issue in the Node.js GitHub repository so that a suitable alternative may be discussed. - An experimental implementation of
queueMicrotask()
has been added. #22951
- Use of
- Internal
- Timers
util
下载地址:https://nodejs.org/en/download/current/
转自 https://www.oschina.net/news/101115/nodejs-11-0-0-released