Releases: JBZoo/Retry
Releases · JBZoo/Retry
7.0.1
What's Changed
- PHP CS Fixer -
ordered_types
by @SmetDenis in #7 - Add PHP 8.3 to test matrix and bump
jbzoo/toolbox-dev
to ^7.1 by @SmetDenis in #8
Full Changelog: 7.0.0...7.0.1
7.0.0
What's Changed
- New codestyle and PHP 8.1+ by @SmetDenis in #4
- Fixed copyright by @SmetDenis in #5
- Release v7 by @SmetDenis in #6
Full Changelog: 3.0.0...7.0.0
3.0.0
2.2.2
2.2.1
2.2.0
2.1.2: GitHub Actions (#1)
* Small code style fixes * Init GitHub Actions
2.1.1
2.1.0
2.0.0
- This is a fork. You can find the original project here.
- Now the codebase super strict, and it's covered with tests as much as possible. The original author is great, but the code was smelly :) It's sooo easy, and it took just one my evening... ;)
- I don't like wording "backoff" in the code. Yeah, it's fun but... I believe "retry" is more obvious. Sorry :)
- There is nothing wrong to use import instead of global namespace for function.
- At least my project has aliases for backward compatibility with the original. ;)