Skip to content

2.2.0

Compare
Choose a tag to compare
@briancavalier briancavalier released this 03 Jul 16:54
· 759 commits to master since this release
  • New experimental promise monitoring and debugging via when/monitor/console.
  • New when.promise(resolver) promise creation API. A lighter alternative to the heavier when.defer()
  • New bindCallback and liftCallback in when/node/function for more integration options with node-style callbacks.