内容简介:Node v10.13.0 发布了,代号为'Dubnium'。这个版本标志着 Node.js 10.x 正式进入长期支持(LTS)系列。自此,10.x 会移至"Active LTS"并一直持续到2020年4月。在此之后它将进入“维护”阶段直到2021年4月。 值得关注...
Node v10.13.0 发布了,代号为'Dubnium'。这个版本标志着 Node.js 10.x 正式进入长期支持(LTS)系列。自此,10.x 会移至"Active LTS"并一直持续到2020年4月。在此之后它将进入“维护”阶段直到2021年4月。
值得关注的更新内容
此版本仅包含在进入 LTS 前修复已知回归错误所需的最小更改。
Commits
[
2ba6010082] - buffer: fix crash for invalid index types (Anna Henningsen)[
2cd68be69d] - build: spawnmake test-ciwith-j1(Refael Ackermann) #23733[
1003f4c975] - deps: fix wrong default for v8 handle zapping (Refael Ackermann) #23801
下载地址:https://nodejs.org/en/download
Node.js 是一个基于 Chrome V8 引擎的 JavaScript 运行时。 Node.js 使用高效、轻量级的事件驱动、非阻塞 I/O 模型。
【声明】文章转载自:开源中国社区 [http://www.oschina.net]
以上就是本文的全部内容,希望对大家的学习有所帮助,也希望大家多多支持 码农网
猜你喜欢:- openSUSE Leap 15.3 进入 RC 阶段
- Ubuntu 16.04.5 LTS 版本进入公测阶段
- openSUSE Leap 15.3 进入 Beta 构建阶段
- openSUSE Leap 15.2 进入 Beta 构建阶段
- 好消息,vue3.0 进入 beta 阶段!
- JDK 11 进入特性冻结阶段,17 个最终 JEP 一览
本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们。
Data Structures and Algorithms
Alfred V. Aho、Jeffrey D. Ullman、John E. Hopcroft / Addison Wesley / 1983-1-11 / USD 74.20
The authors' treatment of data structures in Data Structures and Algorithms is unified by an informal notion of "abstract data types," allowing readers to compare different implementations of the same......一起来看看 《Data Structures and Algorithms》 这本书的介绍吧!