Skip to content

Releases: aishek/axios-rate-limit

1.7.0

09 Mar 12:35

Choose a tag to compare

What's Changed

Full Changelog: 1.6.3...1.7.0

1.6.3

01 Mar 12:00

Choose a tag to compare

What's Changed

  • Add axios-retry support and related documentation by @aishek in #89
  • Fix/issue 63 next batch by @aishek in #88

Full Changelog: 1.6.2...1.6.3

1.6.2

21 Feb 19:12

Choose a tag to compare

What's Changed

  • [ci skip] Add "Typical use cases" section in README with links to doc… by @aishek in #85
  • [ci skip] Add documentation for Jest mocking in README and CHANGELOG by @aishek in #86
  • Add test to ensure performance on error handling with rejected requests by @aishek in #84
  • Add tests for request cancellation and error handling by @aishek in #87

Full Changelog: 1.6.1...1.6.2

1.6.1

14 Feb 19:09

Choose a tag to compare

What's Changed

Full Changelog: 1.6.0...1.6.1

1.6.0

07 Feb 19:32

Choose a tag to compare

What's Changed

Full Changelog: 1.5.0...1.6.0

1.5.0

02 Feb 17:24

Choose a tag to compare

What's Changed

Full Changelog: 1.4.0...1.5.0

1.4.0

30 May 19:05

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 1.3.3...1.4.0

1.3.3

29 May 10:04

Choose a tag to compare

What's Changed

  • Fix axios dependency specification by @aishek in #72

Full Changelog: 1.3.2...1.3.3

1.3.2

25 May 08:28

Choose a tag to compare

What's Changed

  • fix: typescript typings for interface by @acao in #34

New Contributors

  • @acao made their first contribution in #34

Full Changelog: 1.3.1...1.3.2

1.3.1

20 May 10:39

Choose a tag to compare

  • Fixed cancelled requests behaviour, now they does not affect rate limiting (see #50)