皇上,还记得我吗?我就是1999年那个Linux伊甸园啊-----24小时滚动更新开源资讯,全年无休!

Node.js 10.7.0 发布,基于 V8 的 JavaScript 运行时

Node.js 10.7.0 发布,基于 V8 的 JavaScript 运行时

Node.js 10.7.0 已发布,此次更新内容如下:

  • console:
    • console.timeLog() 方法已实现 #21312
  • deps:
    • libuv 更新至 1.22.0 #21731
    • ICU 更新至 62.1 (Unicode 11, CLDR 33.1) #21728
  • http:
    • 支持将 timeout 和 agent 选项传递至 http.request#21204
  • inspector:
    • 公开 require('inspector').console 中的初始控制台 API  #21659
  • napi:
    • 新增 bigint 支持(试验性)#21226
  • process:
    • process.hrtime.bigint() 方法已实现 #21256
    • 新增 --title 命令行参数以在启动时设置进程名称 #21477
  • trace_events:
    • 新增 process_name metadata #21477
  • Added new collaborators

更新详情可查阅发行说明

下载地址:

https://nodejs.org/en/download/current/

转自 https://www.oschina.net/news/98137/nodejs-10-7-0-released