LoginSignup
0
0

More than 5 years have passed since last update.

Node.js v11.4.0リリースノート

Last updated at Posted at 2018-12-16

console,util

  • console functions now handle symbols as defined in the spec.
    • '%d'、'%f'、'%i'にSymbolを渡すと'NaN'が返ってくるようになった
  • The inspection depth default is now back at 2.
    • util.inspect()のオブジェクト表示のデフォルトの深さが20から2に戻った

dgram,net

  • Added ipv6Only option for net and dgram.
    • net、dgramにipv6Onlyという、ipv6だけを受け入れるオプションが追加された

http

  • Chosing between the http parser is now possible per runtime flag.
    • v11.2.0でサポートされたllhttpというhttp parserと、今までのものを実行時オプションで指定できるようになった

readline

  • The readline module now supports async iterators.
    • readlineモジュールがasync iteratorに対応した

repl

  • The multiline history feature is removed.
    • replからmultilineHistoryを削除?

tls:

  • Added min/max protocol version options.
    • TLSのプロトコルバージョンの最大、最小を指定できるようになった
  • The X.509 public key info now includes the RSA bit size and the elliptic curve.
    • TLSの公開鍵証明書にRSA bitサイズとECC暗号化に使う楕円曲線の情報を載せるようになった

url:

  • pathToFileURL() now supports LF, CR and TAB.
    • url.pathToFileURL()が\n、\r、\tに対応した

Windows

  • Tools are not installed using Boxstarter anymore.
    • PythonやVisualStudio等のWindows用インストーラーがBoxstarterではなくChocolateyを使用するようにした
  • The install-tools scripts or now included in the dist.
    • Windows用インストーラーのスクリプトをzip形式で配布するようになった?
0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0