Skip to content

Releases: petkaantonov/bluebird

v3.3.4

07 Mar 21:47
Compare
Choose a tag to compare

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

25 Feb 22:56
Compare
Choose a tag to compare

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

25 Feb 22:00
Compare
Choose a tag to compare

Bugfixes:

  • Fix missing newline in stack trace reported by .done() (#1020).
  • Detect deep circular resolutions

v3.3.1

13 Feb 18:04
Compare
Choose a tag to compare

Bugfixes:

  • Fix crash when cancelling a .tap() handler promise (#1006).

v3.3.0

12 Feb 00:42
Compare
Choose a tag to compare

Features:

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

05 Feb 22:54
Compare
Choose a tag to compare

Bugfixes:

  • Make build script's output work without TTY

v3.2.1

01 Feb 12:48
Compare
Choose a tag to compare

Bugfixes:

  • Revert monitoring feature due to crash in browser

v3.2.0

01 Feb 06:30
Compare
Choose a tag to compare

Features:

  • Add [promise monitoring] feature

v3.1.5

26 Jan 18:19
Compare
Choose a tag to compare

Dummy release to trigger CDN update.

v3.1.4

25 Jan 08:29
Compare
Choose a tag to compare

Bugfixes:

  • Fix broken npm prepublish script release