Releases: petkaantonov/bluebird
Releases · petkaantonov/bluebird
v3.1.3
v3.0.6
Features:
- feature
Bugfixes:
- Fix .timeout() not cancelling parent (#891)
- Fix long stack traces when using Promise.resolve() (#861)
- Fix Promise.config() not disabling long stack traces when passing
longStackTraces: false
(#897)
v3.0.5
Bugfixes:
- Added forgotten return warnings to Promise.try and Promise.method
v3.0.4
Bugfixes:
- The stack trace for forgotten return warnings is more useful now.
v3.0.3
Bugfixes:
- 3rd party libraries rejecting promises with non-errors no longer causes warnings
- When
NODE_ENV
environment variable is"development"
settingBLUEBIRD_DEBUG
environment variable to0
can now be used to disable debug mode
v3.0.1
See New in 3.0.
v3.0.0
See New in 3.0.
v2.10.2
Features:
.timeout()
now takes a custom error object as second argument