Changelog
1.9.0 (2025-04-24)
getSetCookie
by using 'get' method for caseless access; (#6874) (d4f7df4)Changelog
1.8.4 (2025-03-19)
Changelog
1.8.3 (2025-03-10)
allowAbsoluteUrls
to buildFullPath
in xhr
and fetch
adapters (#6814) (ec159e5)Changelog
1.8.2 (2025-03-07)
Changelog
1.8.1 (2025-02-26)
generateString
to platform utils to avoid importing crypto module into client builds; (#6789) (36a5a62)Changelog
1.8.0 (2025-02-25)
code relying on the above will now combine the URLs instead of prefer request URL
feat: add config option for allowing absolute URLs
fix: add default value for allowAbsoluteUrls in buildFullPath
fix: typo in flow control when setting allowAbsoluteUrls
Changelog
1.7.8 (2024-11-25)
globalThis.TextEncoder
when available (#6634) (df956d1)