Skip to content

v0.15.2 Release

Compare
Choose a tag to compare
@ganigeorgiev ganigeorgiev released this 07 Jun 20:34
· 107 commits to master since this 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 added ClientResponseError constructor tests.