npm universalify 0.1.1
v0.1.1

latest releases: 2.0.1, 2.0.0, 1.0.0...
8 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).

Don't miss a new universalify release

NewReleases is sending notifications on new releases.