Releases: petkaantonov/bluebird
Releases · petkaantonov/bluebird
v1.0.2
Features:
- Significantly improve performance of foreign bluebird thenables
Bugfixes:
v1.0.1
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
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: