Skip to content

2.6.0

Compare
Choose a tag to compare
@briancavalier briancavalier released this 06 Nov 21:52
· 673 commits to master since this release
  • New promise.done allows consuming the ultimate value at the end of a promise chain while ensuring that any errors are thrown to the host environment so you get loud stack traces.
  • when/node/function bindCallback and liftCallback now behave more like standard node-style APIs in that they allow exceptions to propagate to the host environment for loud stack traces.