Skip to content

Releases: JBZoo/Retry

7.0.2

27 Sep 21:36
ab9132f

Choose a tag to compare

What's Changed

  • refactor(retry): Refactor internals to final and private by @SmetDenis in #9
  • docs(readme): Update README and add CLAUDE guidance by @SmetDenis in #10

Full Changelog: 7.0.1...7.0.2

7.0.1

28 Jan 11:14
820858d

Choose a tag to compare

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

09 Jul 21:44
2873a33

Choose a tag to compare

What's Changed

Full Changelog: 3.0.0...7.0.0

3.0.0

06 Jun 15:12
3228eba

Choose a tag to compare

What's Changed

Full Changelog: 2.2.2...3.0.0

2.2.2

08 Nov 12:21

Choose a tag to compare

Update deps

2.2.1

28 Apr 20:21
80b7987

Choose a tag to compare

Update .gitattributes

2.2.0

28 Apr 16:13
7238e6a

Choose a tag to compare

Update PHP deps (#2)

2.1.2: GitHub Actions (#1)

23 Apr 21:53
f42be27

Choose a tag to compare

* Small code style fixes
* Init GitHub Actions

2.1.1

22 Apr 14:21

Choose a tag to compare

badges

2.1.0

19 Mar 15:55

Choose a tag to compare

  • Static variables with default values are deprecated and disabled. See a dump of thoughts in the readme.
  • New methods setJitterPercent|getJitterPercent, setJitterMinCap|getJitterMinCap to have fine-tuning.
  • Reverted missed original test-cases.