Skip to content

Releases: petkaantonov/bluebird

v2.9.33

09 Jul 12:18
Compare
Choose a tag to compare

Bugfixes:

  • Methods on Function.prototype are no longer promisified (#680).

v2.9.32

03 Jul 20:20
Compare
Choose a tag to compare

Bugfixes:

  • Fix .return(primitiveValue) returning a wrapped version of the primitive value when a Node.js domain is active (#689).

v2.9.31

03 Jul 10:34
Compare
Choose a tag to compare

Bugfixes:

  • Fix Promises/A+ compliance issue regarding circular thenables: the correct behavior is to go into an infinite loop instead of warning with an error (Fixes #682).
  • Fix "(node) warning: possible EventEmitter memory leak detected" (#661).
  • Fix callbacks sometimes being called with a wrong node.js domain (#664).
  • Fix callbacks sometimes not being called at all in iOS 8.1 WebApp mode (#666, #687).

v2.9.30

14 Jun 12:00
Compare
Choose a tag to compare

Bugfixes:

  • Fix regression with promisifyAll not promisifying certain methods

v2.9.28

14 Jun 09:38
Compare
Choose a tag to compare

Bugfixes:

  • Fix handled rejection being reported as unhandled in certain scenarios when using .all or Promise.join (#645)
  • Fix custom scheduler not being called in Google Chrome when long stack traces are enabled (#650)

v2.9.27

30 May 08:23
Compare
Choose a tag to compare

Bugfixes:

  • Fix sinon.useFakeTimers() breaking scheduler (#631)

Misc:

  • Add nw testing facilities (node tools/test --nw)

v2.9.26

25 May 09:00
Compare
Choose a tag to compare

Bugfixes:

v2.9.25

28 Apr 04:27
Compare
Choose a tag to compare

Bugfixes:

  • Fix crash in node 0.8

v2.9.24

02 Apr 10:50
Compare
Choose a tag to compare

Bugfixes:

  • Fix not being able to load multiple bluebird copies introduced in 2.9.22 (#559, #561, #560).

v2.9.23

02 Apr 07:42
Compare
Choose a tag to compare

Bugfixes:

  • Fix node.js domain propagation (#521).