内容简介:Node.js 11.4.0 发布了,主要更新如下: console,util: console functions now handle symbols as defined in the spec. https://github.com/nodejs/node/pull/23708 The inspection depth default is now back ...
Node.js 11.4.0 发布了,主要更新如下:
console,util:
console
functions now handle symbols as defined in the spec. https://github.com/nodejs/node/pull/23708The inspection
depth
default is now back at 2. https://github.com/nodejs/node/pull/24326dgram,net:
Added ipv6Only option for
net
anddgram
. https://github.com/nodejs/node/pull/23798http:
Chosing between the http parser is now possible per runtime flag. https://github.com/nodejs/node/pull/24739
readline:
The
readline
module now supports async iterators. https://github.com/nodejs/node/pull/23916repl:
The multiline history feature is removed. https://github.com/nodejs/node/pull/24804
tls:
Added min/max protocol version options. https://github.com/nodejs/node/pull/24405
The X.509 public key info now includes the RSA bit size and the elliptic curve. https://github.com/nodejs/node/pull/24358
url:
pathToFileURL()
now supports LF, CR and TAB. https://github.com/nodejs/node/pull/23720Windows:
Tools are not installed using Boxstarter anymore. https://github.com/nodejs/node/pull/24677
The install-tools scripts or now included in the dist. https://github.com/nodejs/node/pull/24233
详情查看发布公告。
下载地址:
Windows 32-bit Installer: https://nodejs.org/dist/v11.4.0/node-v11.4.0-x86.msi
Windows 64-bit Installer: https://nodejs.org/dist/v11.4.0/node-v11.4.0-x64.msi
Windows 32-bit Binary: https://nodejs.org/dist/v11.4.0/win-x86/node.exe
Windows 64-bit Binary: https://nodejs.org/dist/v11.4.0/win-x64/node.exe
macOS 64-bit Installer: https://nodejs.org/dist/v11.4.0/node-v11.4.0.pkg
macOS 64-bit Binary: https://nodejs.org/dist/v11.4.0/node-v11.4.0-darwin-x64.tar.gz
Linux 64-bit Binary: https://nodejs.org/dist/v11.4.0/node-v11.4.0-linux-x64.tar.xz
Linux PPC LE 64-bit Binary: https://nodejs.org/dist/v11.4.0/node-v11.4.0-linux-ppc64le.tar.xz
Linux s390x 64-bit Binary: https://nodejs.org/dist/v11.4.0/node-v11.4.0-linux-s390x.tar.xz
AIX 64-bit Binary: https://nodejs.org/dist/v11.4.0/node-v11.4.0-aix-ppc64.tar.gz
SunOS 64-bit Binary: https://nodejs.org/dist/v11.4.0/node-v11.4.0-sunos-x64.tar.xz
ARMv6 32-bit Binary: https://nodejs.org/dist/v11.4.0/node-v11.4.0-linux-armv6l.tar.xz
ARMv7 32-bit Binary: https://nodejs.org/dist/v11.4.0/node-v11.4.0-linux-armv7l.tar.xz
ARMv8 64-bit Binary: https://nodejs.org/dist/v11.4.0/node-v11.4.0-linux-arm64.tar.xz
Source Code: https://nodejs.org/dist/v11.4.0/node-v11.4.0.tar.gz
Other release files: https://nodejs.org/dist/v11.4.0/
【声明】文章转载自:开源中国社区 [http://www.oschina.net]
以上就是本文的全部内容,希望本文的内容对大家的学习或者工作能带来一定的帮助,也希望大家多多支持 码农网
猜你喜欢:- Node 13.0 发布,服务器端的 JavaScript 运行环境
- Node 11.7.0 发布,服务器端的 JavaScript 运行环境
- Node 11.8.0 发布,服务器端的 JavaScript 运行环境
- Node 11.8.0 发布,服务器端的 JavaScript 运行环境
- Node 11.10.0 发布,服务器端的 JavaScript 运行时
- Node 12.10.0 发布,服务器端的 JavaScript 运行环境
本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们。
Python Data Structures and Algorithms
Benjamin Baka / Packt Publishing / 2017-5-30 / USD 44.99
Key Features A step by step guide, which will provide you with a thorough discussion on the analysis and design of fundamental Python data structures.Get a better understanding of advanced Python c......一起来看看 《Python Data Structures and Algorithms》 这本书的介绍吧!