Node.js 11.4.0 釋出,伺服器端的 JavaScript 執行環境
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
dgram
. 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/