Skip to content

v2.3.0

Compare
Choose a tag to compare
@Exilz Exilz released this 09 Jul 07:21
· 25 commits to master since this release
4603f41

Features

  • Add responseMiddleware option, letting you alter your API responses. Just like your regular middlewares option, you can configure this at the API / services / fetch level.
  • Add a dedicated method for each HTTP method available, so you can write more concise code (api.get, api.post...). api.fetch is still available.

Miscellaneous

  • Now using expo to supply the demo, added some features to it.