- Make the
RetryOptions
classfinal
.
- Add
topics
to pubspec.
- Stable null-safety release.
- Migrate to null-safety.
- Fix retry overflow
- Update the example in
README.md
.
- When
retryIf
is not given, we default to retry anyException
thrown. This is breaking, but provides a more useful default behavior.
- Expect complete API break.
- Initial release started from scratch, lifted from code in github.com/dart-lang/pub-dartlang-dart.
- Credits to Tim Kluge for transferring ownership.
- Dart 2.0 support.
- Initial release by Tim Kluge from github.com/gwTumm/dart-retry.