LoginSignup
2
0

More than 5 years have passed since last update.

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

Posted at

deps

  • Updated libuv to 1.26.0.
    • libuvを1.25.0から1.26.0に更新
  • Updated npm to 6.7.0.
    • npmを6.5.0から6.7.0に更新

http, http2

  • response.writeHead now returns the response object.
    • response.writeHead()が今まで何も返さなかったのを、レスポンスを返すように変更
      • これからさらにend()を呼び出すことが可能になった

perf_hooks

  • Implemented a histogram based API.
    • 頻度分布に基づいた測定用APIを作成?

process

  • Exposed process.features.inspector.
    • inspectorを使っているかどうかを判断する方法が、process.config.variables.v8_enable_inspectorからprocess.features.inspectorに変更

repl

  • Added repl.setupHistory for programmatic repl.
    • プログラムでREPLをするときに履歴ログを初期化できる関数repl.setupHistory()を追加

tls

  • Introduced client "session" event.
    • sessionイベントが通知されるようになった
2
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
2
0