2.4.0
- Experimental support for vert.x 2.x. Should now run in vert.x >= 1.1.0. (#183)
- New
when.isPromiseLike
as the more accurately-named synonym forwhen.isPromise
. (#161) - DEPRECATED:
when.isPromise
. It can only tell you that something is "promise-like" (aka "thenable") anyway. Use the new, more accurately-namedwhen.isPromiseLike
instead. - Fix for promise monitor reporting extra unhandled rejections for
when.all
andwhen.map
. (#186)