设为首页收藏本站

LUPA开源社区

 找回密码
 注册
文章 帖子 博客
LUPA开源社区 首页 业界资讯 软件追踪 查看内容

Node.js v11.0.0正式发布!

2018-10-24 12:53| 发布者: joejoe0332| 查看: 444| 评论: 0|原作者: oschina|来自: oschina

摘要: Node.js v11.0.0 已正式发布!该版本主要侧重于对内部和性能方面的改进,以及升级到 V8 7.0 版本。值得注意的是,从该版本起,Node.js 不再支持 FreeBSD 10。值得关注的更新:BuildFreeBSD 10 is no longer supporte ...

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 to true#21316

  • console

    • console.countReset() will emit a warning if the timer being reset does not exist. #21649

    • console.time() will no longer reset a timer if it already exists. #20442

  • Dependencies

    • V8 has been updated to 7.0. #22754

  • fs

    • The fs.read() method now requires a callback. #22146

    • The previously deprecated fs.SyncWriteStream utility has been removed.#20735

  • http

    • The httphttps, and tls modules now use the WHATWG URL parser by default. #20270

  • General

    • Use of process.binding() has been deprecated. Userland code using process.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

  • Internal

    • Windows performance-counter support has been removed. #22485

    • The --expose-http2 command-line option has been removed. #20887

  • Timers

    • Interval timers will be rescheduled even if previous interval threw an error. #20002

    • nextTick queue will be run after each immediate and timer. #22842

  • util

    • The WHATWG TextEncoder and TextDecoder are now globals. #22281

    • util.inspect() output size is limited to 128 MB by default. #22756

    • A runtime warning will be emitted when NODE_DEBUG is set for either http or http2#21914

点此查看完整的更新日志

下载地址:https://nodejs.org/en/download/current/

Node.js 是一个基于 Chrome V8 引擎的 JavaScript 运行时。 Node.js 使用高效、轻量级的事件驱动、非阻塞 I/O 模型。


酷毙

雷人

鲜花

鸡蛋

漂亮
  • 快毕业了,没工作经验,
    找份工作好难啊?
    赶紧去人才芯片公司磨练吧!!

最新评论

关于LUPA|人才芯片工程|人才招聘|LUPA认证|LUPA教育|LUPA开源社区 ( 浙B2-20090187 浙公网安备 33010602006705号   

返回顶部