Releases: petkaantonov/bluebird
Releases · petkaantonov/bluebird
v2.9.33
v2.9.32
v2.9.31
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
Bugfixes:
- Fix regression with
promisifyAll
not promisifying certain methods
v2.9.28
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
v2.9.26
v2.9.25
Bugfixes:
- Fix crash in node 0.8