Releases: petkaantonov/bluebird
Releases · petkaantonov/bluebird
v3.3.4
Features:
- Warnings about created promises that are not returned are no longer given if the handler promise has not been chained. This should reduce the amount of false positives with this warning.
v3.3.3
Bugfixes:
- Fix stack overflow error when a promise returned by promisified function rejects early in a huge array when using Promise.mapSeries or Promise.each
v3.3.2
v3.3.1
v3.3.0
Features:
- Cancelling Promise returned from Promise.delay() and .delay() now calls
clearTimeout
(#1000) - Add monitoring and lifecycle hooks
- Add
'warning'
hook for warnings (#980)
Bugfixes:
- Fix warnings for "promise was rejected with non-error" being output when promises are rejected with errors from different realm (#990)
v3.2.2
Bugfixes:
- Make build script's output work without TTY
v3.2.1
Bugfixes:
- Revert monitoring feature due to crash in browser
v3.2.0
Features:
- Add [promise monitoring] feature
v3.1.5
Dummy release to trigger CDN update.
v3.1.4
Bugfixes:
- Fix broken npm prepublish script release