2.2.1
- Fix for
when.defer().reject()
bypassing the unhandled rejection monitor. (#166) - Fix for
when/function
,when/callbacks
, andwhen/node/function
not preservingthisArg
. (#162) - Doc clarifications for
promise.yield
. (#164)
when.defer().reject()
bypassing the unhandled rejection monitor. (#166)when/function
, when/callbacks
, and when/node/function
not preserving thisArg
. (#162)promise.yield
. (#164)