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

Node.js v9.9.0 发布,服务器端的 JavaScript 运行环境

Node.js v9.9.0 发布,服务器端的 JavaScript 运行环境

Node v9.9.0 (Current) 已发布,该版本添加了一些新特性,也修复了一些问题,详细如下:

显著的改变:

  • assert:
    • From now on all error messages produced by assert in strict mode will produce a error diff. (Ruben Bridgewater) #17615
    • From now on it is possible to use a validation object in throws instead of the other possibilities. (Ruben Bridgewater) #17584
  • crypto:
    • allow passing null as IV unless required (Tobias Nießen) #18644
  • fs:
    • support as and as+ flags in stringToFlags() (Sarat Addepalli) #18801
  • tls:
    • expose Finished messages in TLSSocket (Anton Salikhmetov) #19102
  • tty:
    • Add getColorDepth function to determine if terminal supports colors. (Ruben Bridgewater) #17615
  • util:
    • add util.inspect compact option (Ruben Bridgewater) #17576
  • Added new collaborators

完整更新内容可查看发布主页

下载地址:https://github.com/nodejs/node/releases

转自 https://www.oschina.net/news/94444/nodejs-9-9-0-released