Releases: Brendan-Blanchard/retry-if
Releases · Brendan-Blanchard/retry-if
v0.2.3
v0.2.2
- Fix version discrepancy where tests referenced local version, but crate referenced old/published 0.1.0 of retry-if-macro
v0.2.1
v0.2.1
- Derive Debug, Clone, Copy for
ExponentialBackoffConfig
for ease of use
v0.2.0
Changelog
- Remove ability to use
?
onOption
types to support usage onResult
types - Add support for
?
onResult
types in decorated functions - Add support for explicit
return
in decorated functions - Remove double-expansion of code inside and outside retry loop
v0.1.0
Initial version containing the macro and wrapping crate that exposes it along with tests