nodejs 11.0 (2018-10-03)

What’s new in Node.js 11

Node.js offers these new or updated features:

  • For child processes, the default value of the windowsHide option has been changed to true.

  • The V8 Version 7 JavaScript and WebAssembly engine is included.

  • The read() method requires a callback.

  • Interval timers will be rescheduled even if a previous interval threw an error.

  • Windows performance counter support has been removed.

  • The SyncWriteStream utility, which previously was deprecated, has been removed.