Skip to content

Releases: petkaantonov/bluebird

v1.0.2

06 Jan 15:25
Compare
Choose a tag to compare

Features:

  • Significantly improve performance of foreign bluebird thenables

Bugfixes:

v1.0.1

06 Jan 15:25
Compare
Choose a tag to compare

Features:

  • Error objects that have property .isAsync = true will now be caught by .error()

Bugfixes:

  • Fix TypeError and RangeError shims not working without new operator

v1.0.0

06 Jan 15:25
Compare
Choose a tag to compare

Features:

  • .filter, .map, and .reduce no longer skip sparse array holes. This is a backwards incompatible change.
  • Like .map and .filter, .reduce now allows returning promises and thenables from the iteration function.

Bugfixes: