Skip to content

2.4.0

Compare
Choose a tag to compare
@briancavalier briancavalier released this 06 Sep 16:34
· 719 commits to master since this release
  • 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 for when.isPromise. (#161)
  • 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. (#186)