Skip to content

Releases: sindresorhus/pify

v6.1.0

02 Sep 12:55
Compare
Choose a tag to compare

v6.0.0...v6.1.0

v6.0.0

06 Jun 12:35
Compare
Choose a tag to compare

Breaking

v5.0.0...v6.0.0

v5.0.0

14 Feb 16:27
Compare
Choose a tag to compare

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

24 Oct 08:08
Compare
Choose a tag to compare
  • Bring back support for promisifying prototype functions. It was accidentally left out in v4. bbe89b7

v4.0.0

24 Oct 08:06
Compare
Choose a tag to compare

Breaking:

Other:

3.0.0

28 May 06:30
Compare
Choose a tag to compare
  • 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