Skip to content

v2.9.7

Compare
Choose a tag to compare
@petkaantonov petkaantonov released this 08 Feb 08:06
· 712 commits to master since this release

Bugfixes:

  • Fix promisify not retaining custom properties of the function. This enables promisifying the "request" module's export function and its methods at the same time.
  • Fix promisifyAll methods being dependent on this when they are not originally dependent on this. This enables e.g. passing promisified fs functions directly as callbacks without having to bind them to fs.
  • Fix process.nextTick being used over setImmediate in node.