github petkaantonov/bluebird v1.0.4

latest releases: v3.7.2, v3.7.1, v3.7.0...
9 years ago

Features:

  • Possibly unhandled rejection handler will always get a stack trace, even if the rejection or thrown error was not an error
  • Unhandled rejections are tracked per promise, not per error. So if you create multiple branches from a single ancestor and that ancestor gets rejected, each branch with no error handler with the end will cause a possibly unhandled rejection handler invocation

Bugfixes:

  • Fix unhandled non-writable objects or primitives not reported by possibly unhandled rejection handler

Don't miss a new bluebird release

NewReleases is sending notifications on new releases.