Releases: yriveiro/php-backoff
Releases · yriveiro/php-backoff
2.1.1
2.1.1 - 2020-12-24
Changed
2.1.0
2.1.0 - 2018-04-26
Changed
- #8 Move phpstan to require-dev section.
- #9 Extract attempt validation to method.
- #10 Add type declarations to signature method where possible.
- #11 Method setOptions must honor the type of option param.
2.0.2
- Improve code fixing PHPStan complains.
- Fixed some issues with Travis CI.
2.0.1
- Removed unused dependency random compact
2.0.0
- Major version 2.x only supports php >= 7.0
- Fixed tests to run with php >=7.0
1.1.0
- Remove unused dependency random compact
- The 1.x branch only works with php 5.x, to use 7.x please update php-backoff to use 2.x branch
1.0.2
- Fix issues reported by SessionLabs code analyser
Bump version dependencies
- Update dependencies to last compatible version.
Stable version of the package
Bump version to 1.0.0 once none issue was reported so far
0.0.1
Notable Changes
Added
Changed
- Update README with examples and more useful info.