Skip to content

Releases: Brendan-Blanchard/retry-if

v0.2.3

02 Sep 15:21
Compare
Choose a tag to compare

v0.2.3

  • Add optional feature support for serde
  • Impl PartialEq for ExponentialBackoffConfig
  • Bump dependencies

v0.2.2

16 Jul 00:10
Compare
Choose a tag to compare
  • Fix version discrepancy where tests referenced local version, but crate referenced old/published 0.1.0 of retry-if-macro

v0.2.1

30 Jun 13:12
Compare
Choose a tag to compare

v0.2.1

  • Derive Debug, Clone, Copy for ExponentialBackoffConfig for ease of use

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