0.0.1-alpha.2
Pre-release
Pre-release
PierreMardon
released this
01 Sep 14:29
·
4 commits
to main
since this release
API stabilization
Main evolution was to remove retryOn(*)
modifiers: by default policies retry forever, and modifying by chaining giveUp*()
modifiers is enough. It wasn't intuitive understanding which modifier would take precedence when mixing both.
What's Changed
- Rename repeat(withDelay:) to repeating(withDelay:) by @PierreMardon in #22
- Add giveUpAfter(timeout:) modifier, remove retryOn(*) modifiers by @PierreMardon in #23
Full Changelog: 0.0.1-alpha.1...0.0.1-alpha.2