Skip to content

0.7.0

Latest
Compare
Choose a tag to compare
@demmer demmer released this 16 Jun 20:40
· 27 commits to master since this release
  • Added support for a predicate option that uses bluebird's filtered catch so that only errors matching a particular type or predicate function cause the operation to retry.
  • Reworked the error handling to handle the case where the function rejects with a non-Error object and to no longer replace the timeout error stack with the original error's stack.