Pify Versions Save

Promisify a callback-style function

v6.1.0

1 year ago
  • Add TypeScript definitions (#86) e13efc7

https://github.com/sindresorhus/pify/compare/v6.0.0...v6.1.0

v6.0.0

1 year ago

Breaking

  • Require Node.js 14 1f1b077
  • This package is now pure ESM. Please read this.

https://github.com/sindresorhus/pify/compare/v5.0.0...v6.0.0

v5.0.0

4 years ago

Breaking

  • Require Node.js 10 a6c20b3

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.

https://github.com/sindresorhus/pify/compare/v4.0.1...v5.0.0

v4.0.1

5 years ago