Skip to content

Releases: petkaantonov/bluebird

v3.1.3

25 Jan 08:26
Compare
Choose a tag to compare

Bugfixes:

  • Fix generators crashing in node 0.12 (#978)
  • Add minimal build files to build (#976, #757)

v3.0.6

01 Dec 17:05
Compare
Choose a tag to compare

Features:

  • feature

Bugfixes:

v3.0.5

01 Nov 14:40
Compare
Choose a tag to compare

v3.0.4

01 Nov 12:56
Compare
Choose a tag to compare

Bugfixes:

v3.0.3

01 Nov 00:30
Compare
Choose a tag to compare

Bugfixes:

  • 3rd party libraries rejecting promises with non-errors no longer causes warnings
  • When NODE_ENV environment variable is "development" setting BLUEBIRD_DEBUG environment variable to 0 can now be used to disable debug mode

v3.0.1

28 Oct 02:52
Compare
Choose a tag to compare

v3.0.0

27 Oct 14:49
Compare
Choose a tag to compare

v2.10.2

01 Oct 20:39
Compare
Choose a tag to compare

Features:

  • .timeout() now takes a custom error object as second argument

v2.10.0

08 Sep 23:57
Compare
Choose a tag to compare

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).

v2.9.34

15 Jul 10:45
Compare
Choose a tag to compare

Bugfixes:

  • Correct domain for .map, .each, .filter, .reduce callbacks (#701).
  • Preserve bound-with-promise promises across the entire chain (#702).