Universalify Versions Save

Make a callback- or promise-based function support both promises and callbacks.

2.0.1

6 months ago
  • Performance improvements (thanks @H4ad!)

2.0.0

3 years ago
  • Properly handle falsy errors (#13). This is technically a BREAKING CHANGE, but will not affect the vast majority of users.
  • Performance improvements for fromCallback (#12).

Thanks to @joepie91 for submitting the fixes for this release!

v1.0.0

4 years ago
  • BREAKING: Drop support for Node versions 4, 6, & 8
  • Modernize code

v0.2.0

4 years ago

Bugfix

Do not pass callback to promise functions; to prevent breaking functions with optional parameters.

v0.1.2

5 years ago

Add engines field to package.json

v0.1.1

6 years ago

Bugfix

Previously, if you universalify.fromPromise()ed a function, and called it with a callback that contained an error (as is common with mocha tests), universalify would call the callback again with the error when the callback threw.

Now errors will cause an unhandled promise rejection (which is OK, because normally a callback error causes an unhandled rejection).

v0.1.0

7 years ago

universalified functions now have their name attribute preserved