-
- Async Hooks
- When one
Promise leads to the creation of a new Promise, the parent Promise will be identified as the trigger.
- Dependencies
-
libuv has been updated to 1.12.0.
-
npm has been updated to 5.0.3.
- File system
- The
fs.exists() function now works correctly with util.promisify().
-
fs.Stats times are now also available as numbers.
- Inspector
- It is now possible to bind to a random port using
--inspect=0.
- Zlib
- A regression in the Zlib module that made it impossible to properly subclasses
zlib.Deflate and other Zlib classes has been fixed.