Skip to content

Releases: petkaantonov/bluebird

v3.7.2

28 Nov 22:55
Compare
Choose a tag to compare

Bugfixes:

  • Fixes firefox settimeout not initialized error (#1623)

v3.7.1

15 Oct 09:26
Compare
Choose a tag to compare

Features:

  • feature

Bugfixes:

v3.7.0

01 Oct 19:09
Compare
Choose a tag to compare

Features:

v3.6.0

01 Oct 19:06
Compare
Choose a tag to compare

Features:

  • Add support for AsyncResource (#1403)

Bugfixes:

v3.5.5

24 May 16:25
Compare
Choose a tag to compare

Features:

  • Added Symbol.toStringTag support to Promise (#1421)

Bugfixes:

  • Fix error in IE9 (#1591, #1592)
  • Fix error with undefined stack trace (#1537)
  • Fix #catch throwing an error later rather than immediately when passed non-function handler (#1517)

v3.5.4

03 Apr 08:23
Compare
Choose a tag to compare
  • Proper version check supporting VSCode(#1576)

v3.5.3

06 Nov 20:06
Compare
Choose a tag to compare

Bugfixes:

  • Update acorn dependency

v3.5.2

03 Sep 16:17
Compare
Choose a tag to compare

Bugfixes:

  • Fix PromiseRejectionEvent to contain .reason and .promise properties. (#1509, #1464)
  • Fix promise chain retaining memory until the entire chain is resolved (#1544, #1529)

id: changelog
title: Changelog

v3.5.1

04 Oct 15:51
Compare
Choose a tag to compare

Bugfixes:

  • Fix false positive unhandled rejection when using async await (#1404)
  • Fix false positive when reporting error as non-error (#990)

v3.5.0

03 Mar 21:49
Compare
Choose a tag to compare

Features:

Bugfixes:

  • Fixed streamline benchmarks (#1233)
  • Fixed yielding a function calling the function (#1314, #1315)
  • Fixed confusing error message when calling .catch with non function predicate (#1350)
  • Fixed .props resolving to empty object when called with empty Map (#1338)
  • Fixed confusing error message when invoking Promise directly without new (#1320)
  • Added dedicated webpack entry point (#1318)