when v2.4.0 Release Notes

    • ๐Ÿ‘ Experimental support for vert.x 2.x. Should now run in vert.x >= 1.1.0.
    • ๐Ÿ†• New when.isPromiseLike as the more accurately-named synonym for when.isPromise.
    • ๐Ÿ—„ DEPRECATED: when.isPromise. It can only tell you that something is "promise-like" (aka "thenable") anyway. Use the new, more accurately-named when.isPromiseLike instead.
    • ๐Ÿ›  Fix for promise monitor reporting extra unhandled rejections for when.all and when.map.