Releases: JustinBeckwith/retry-axios
Releases · JustinBeckwith/retry-axios
v3.1.3
3.1.3 (2023-11-16)
Bug Fixes
- Fix workaround for arrays that are passed as objects (#238) (6e2454a), closes #83
v3.1.2
3.1.2 (2023-11-16)
Bug Fixes
- preserve configuration for custom instance (#240) (2e4e702), closes #68
v3.1.1
3.1.1 (2023-11-13)
Bug Fixes
- Update tsconfig.json to emit index.d.ts (#229) (bff6aa9)
v3.1.0
3.1.0 (2023-08-28)
Features
v3.0.0
3.0.0 (2022-05-04)
- feat!: support the latest versions of node.js (#188) (ef74217), closes #188
BREAKING CHANGES
- This release drops support for node.js 12 and 14. It also drops support for the browser specific compilation, as the entire toolchain was deprecated. I am open to this being re-added if someone wants to take it on :)
v2.6.0
2.6.0 (2021-08-23)
Features
v2.5.1
2.5.1 (2021-08-23)
Bug Fixes
- non-zero delay between first attempt and first retry for linear and exp strategy (#163) (e63ca08), closes #122 #122 #122
v2.5.0
2.5.0 (2021-08-13)
Features
v2.4.0
2.4.0 (2020-11-23)
Features
v2.3.0
2.3.0 (2020-10-23)
Features
- export the shouldRetryRequest method (#74) (694d638)