v2.3.1
What's Changed
Fixes:
- properly consider per-request retry configs
- the retry callback "shouldRetry" is asynchronous now
- passed fetcher does not explicitly require Axios only
- Removed Axios types dependency
- full response from fetch() might be received, if "flattenResponse" setting is set to false
Docs:
- renamed urlParams to urlPathParams for clarity
- added information about RequestConfig to Settings section
- describe "urlPathParams" in settings.
Potentially breaking:
- renamed APIUrlParams to UrlPathParams
Full Changelog: v2.3.0...v2.3.1