Skip to content

Releases: demmer/bluebird-retry

0.7.0

16 Jun 20:40
Compare
Choose a tag to compare
  • 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.

0.6.0

28 Mar 18:06
Compare
Choose a tag to compare

0.6.0

  • Changed bluebird to be a peerDependency instead of a regular dependency. This enables support for bluebird 3.
  • Replaced use of .try and .catch functions with the .attempt and .caught aliases to support older browsers.
  • Switched the build chain to use gulp and browserify instead of grunt.