Skip to content

2019-11-05, Version 13.1.0 (Current), @targos

Compare
Choose a tag to compare
@targos targos released this 06 Nov 07:56
v13.1.0
64eacd8

Notable Changes

  • cli:
    • Added a new flag (--trace-uncaught) that makes Node.js print the stack
      trace at the time of throwing uncaught exceptions, rather than at the
      creation of the Error object, if there is any. This is disabled by default
      because it affects GC behavior (Anna Henningsen) #30025.
  • crypto:
    • Added Hash.prototype.copy() method. It returns a new Hash object with
      its internal state cloned from the original one (Ben Noordhuis) #29910.
  • dgram:
    • Added source-specific multicast support. This adds methods to Datagram
      sockets to support RFC 4607 for IPv4
      and IPv6 (Lucas Pardue) #15735.
  • fs:
    • Added a bufferSize option to fs.opendir(). It allows to control the
      number of entries that are buffered internally when reading from the
      directory (Anna Henningsen) #30114.
  • meta:

Commits