Skip to content

v2.10.0

Compare
Choose a tag to compare
@petkaantonov petkaantonov released this 08 Sep 23:57
· 689 commits to master since this release

Features:

  • Promise.using can now take the promises-for-resources as an array (#733).
  • Browser builds for minimal core are now hosted on CDN (#724).

Bugfixes:

  • Disabling debug mode with BLUEBIRD_DEBUG=0 environment variable now works (#719).
  • Fix unhandled rejection reporting when passing rejected promise to .return() (#721).
  • Fix unbound promise's then handlers being called with wrong this value (#738).