v1.8.3
📦 axiosView on GitHub →
🐛 2 fixes🔧 4 symbols
Summary
This release fixes a missing type for `allowAbsoluteUrls` and ensures the flag is correctly passed to `buildFullPath` in both xhr and fetch adapters.
🐛 Bug Fixes
- Added missing type for `allowAbsoluteUrls` (fixes #6818).
- In xhr and fetch adapters, passed `allowAbsoluteUrls` to `buildFullPath` (fixes #6814).
🔧 Affected Symbols
allowAbsoluteUrlsbuildFullPathxhr adapterfetch adapter