v2.0.0
2.0.0 (2024-12-15)
⚠ BREAKING CHANGES
- remove deprecated extraOptions (#28)
- change credentials mode from "omit" to "same-origin" when set to false (#27)
Caution
This is a breaking change, as users with withCredentials
not set or set to false, will now send cookies to same-site
instead of sending not them.
Be sure that this is acceptable for your use case.
Tip
If the credentials
mode should still be set to omit
, you can set the omitCredentials
parameter to true
.
If withCredentials
is also set to true
, omitCredentials
will take precedence.