Skip to content

Releases: sindresorhus/pify

v6.1.0

Choose a tag to compare

@sindresorhus sindresorhus released this 02 Sep 12:55

v6.0.0...v6.1.0

v6.0.0

Choose a tag to compare

@sindresorhus sindresorhus released this 06 Jun 12:35

Breaking

v5.0.0...v6.0.0

v5.0.0

Choose a tag to compare

@sindresorhus sindresorhus released this 14 Feb 16:27

Breaking

Enhancements

  • Implement using Proxy (#73) 57e9a04
    This means that it should work seamlessly in more cases as the promisified function is just a transparent wrapper around the original function.

v4.0.1...v5.0.0

v4.0.1

Choose a tag to compare

@sindresorhus sindresorhus released this 24 Oct 08:08
  • Bring back support for promisifying prototype functions. It was accidentally left out in v4. bbe89b7

v4.0.0

Choose a tag to compare

@sindresorhus sindresorhus released this 24 Oct 08:06

Breaking:

Other:

3.0.0

Choose a tag to compare

@sindresorhus sindresorhus released this 28 May 06:30
  • Now requires Node.js 4.
  • Made multiArgs option apply on rejections too. 30116d9
  • Moved promiseModule argument into an option. 5f7259c
  • Supports transforming inherited methods and bind methods to original object. 1701541
  • Added option to support non-error-first APIs. fad7b3d
  • Excludes methods ending in Stream by default. a2cec4c

v2.3.0...v3.0.0