Skip to content

Releases: NeverOddOrEven/bluebird-retry-js

v1.1.1

14 Nov 18:21
Compare
Choose a tag to compare

Slight breaking change. PredicateViolation.nested[] and MaxRetryAttemptsExceeded.nested[] will now contain the rejection value as supplied by the callee. It is no longer coerced into an Error(...).

v1.0.2

14 Nov 16:18
Compare
Choose a tag to compare

Add Predicate Support

Adds support for a new predicatedRetry(bluebirdPromiseOrFunction, predicateFunction, backoffScalarFunction).