Skip to content

Releases: Brendan-Blanchard/retry-if

v0.2.0

21 May 10:25
f863131
Compare
Choose a tag to compare

Changelog

  • Remove ability to use ? on Option types to support usage on Result types
  • Add support for ? on Result 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

18 Apr 11:18
Compare
Choose a tag to compare

Initial version containing the macro and wrapping crate that exposes it along with tests