Releases: petkaantonov/bluebird
Releases · petkaantonov/bluebird
v2.9.12
v2.9.11
v2.9.10
v2.9.9
Bugfixes:
- Fix
TypeError: Cannot assign to read only property 'length'
when jsdom has declared a read-only length for all objects to inherit.
v2.9.8
Bugfixes:
- Fix regression introduced in 2.9.7 where promisify didn't properly dynamically look up methods on
this
v2.9.7
Bugfixes:
- Fix
promisify
not retaining custom properties of the function. This enables promisifying the"request"
module's export function and its methods at the same time. - Fix
promisifyAll
methods being dependent onthis
when they are not originally dependent onthis
. This enables e.g. passing promisifiedfs
functions directly as callbacks without having to bind them tofs
. - Fix
process.nextTick
being used oversetImmediate
in node.
v2.9.6
Bugfixes:
- Node environment detection can no longer be fooled
v2.9.5
v2.9.4
Bugfixes:
- Fix .timeout() not calling
clearTimeout
with the proper handle in node causing the process to wait for unneeded timeout. This was a regression introduced in 2.9.1.