Skip to content

Releases: yriveiro/php-backoff

2.1.1

24 Dec 18:17
8362967
Compare
Choose a tag to compare

2.1.1 - 2020-12-24

Changed

2.1.0

25 Apr 23:39
8adf63e
Compare
Choose a tag to compare

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

13 Jan 21:00
1077f6a
Compare
Choose a tag to compare
  • Improve code fixing PHPStan complains.
  • Fixed some issues with Travis CI.

2.0.1

04 Jul 21:55
Compare
Choose a tag to compare
  • Removed unused dependency random compact

2.0.0

04 Jul 21:37
Compare
Choose a tag to compare
  • Major version 2.x only supports php >= 7.0
  • Fixed tests to run with php >=7.0

1.1.0

05 Jul 08:29
Compare
Choose a tag to compare
  • 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

21 May 22:32
Compare
Choose a tag to compare
  • Fix issues reported by SessionLabs code analyser

Bump version dependencies

17 Feb 18:30
Compare
Choose a tag to compare
  • Update dependencies to last compatible version.

Stable version of the package

17 Feb 17:09
Compare
Choose a tag to compare

Bump version to 1.0.0 once none issue was reported so far

0.0.1

31 Jan 22:22
Compare
Choose a tag to compare

Notable Changes

Added

  • Change log file.

Changed

  • Update README with examples and more useful info.