Skip to content

Releases: sindresorhus/p-retry

v4.6.0

24 Jun 11:33
Compare
Choose a tag to compare

v4.5.0...v4.6.0

v4.5.0

29 Mar 07:11
Compare
Choose a tag to compare
  • Support cross-fetch for retrying on network errors (#44) 23e67ab

v4.4.0...v4.5.0

v4.4.0

15 Feb 13:07
Compare
Choose a tag to compare
  • Retry on network errors in Firefox and Safari too (#42) 7d4b031

v4.3.0...v4.4.0

v4.3.0

23 Jan 09:01
Compare
Choose a tag to compare

v4.2.0...v4.3.0

v4.2.0

31 Oct 11:26
Compare
Choose a tag to compare

v4.1.0...v4.2.0

v4.1.0

31 Mar 11:56
Compare
Choose a tag to compare
  • Refactor TypeScript definition to CommonJS compatible export (#23) 71e51ad

v4.0.0...v4.1.0

v4.0.0

11 Mar 04:52
Compare
Choose a tag to compare

Breaking:

Enhancements:

  • Throw a useful error if a non-error is thrown a9d75a5
  • Add TypeScript definition (#21) 4b6ec19

v3.0.1...v4.0.0

v3.0.1

14 Jan 13:58
Compare
Choose a tag to compare
  • Fix incorrect usage example in the readme 6ef29e7

v3.0.0

12 Dec 15:16
Compare
Choose a tag to compare
  • Fix the onFailedAttempt method. (#11) bf70136
    • Corrects attempt count.
    • Calls onFailedAttempt before final rejection.