v0.15.2 Release
-
Replaced
new URL(...)
with manual url parsing as it doesn't seem to be fully supported in React Native (pocketbase#2484). -
Fixed nested
ClientResponseError.originalError
wrapping and addedClientResponseError
constructor tests.
Replaced new URL(...)
with manual url parsing as it doesn't seem to be fully supported in React Native (pocketbase#2484).
Fixed nested ClientResponseError.originalError
wrapping and added ClientResponseError
constructor tests.