Releases: ecyrbe/zodios
Releases · ecyrbe/zodios
Release v6.1.4
<!-- generated by git-cliff -->
Release 6.1
With this release you can now add aliases to your endpoint to call them easily.
It can be helpfull if you are using typescript template string to create your endpoints and evoid writing variables everywhere.
Release 6.0
Split Zodios into multiple packages:
- @zodios/core
- @zodios/react
- @zodios/plugins
Release 5.0
Breaking change :
- React hooks have been completely revamped to look more like redux query or react query.
updated dependencies. using react 18 internally, but zodios is still compatible with react >16.8
Release 4.0
What new :
- Bearking change, Request interface is now fully compatible with axios.
- updated dev dependencies
Release 3.1
What's new:
- add react provider
- add react hook
Release 3.0
What's new :
Added a plugin mecanism to zodios that will allow customizing it without breaking changes
Release 2.2
What's new :
- option to disable validation
- option to pass custom axios instance
Full Changelog: v2.0.1...v2.2.0
Release 2.0
This release improve user experience by autodetecting path params.
You now don't need to declare them in parameters api description.