Skip to content

Releases: ecyrbe/zodios

Release v6.1.4

23 May 17:20
Compare
Choose a tag to compare
<!-- generated by git-cliff -->

Release 6.1

22 May 17:51
Compare
Choose a tag to compare

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

03 May 20:02
Compare
Choose a tag to compare

Split Zodios into multiple packages:

  • @zodios/core
  • @zodios/react
  • @zodios/plugins

Release 5.0

02 Apr 21:45
Compare
Choose a tag to compare

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

27 Feb 17:13
Compare
Choose a tag to compare

What new :

  • Bearking change, Request interface is now fully compatible with axios.
  • updated dev dependencies

Release 3.1

18 Feb 23:26
Compare
Choose a tag to compare

What's new:

  • add react provider
  • add react hook

Release 3.0

16 Feb 20:03
Compare
Choose a tag to compare

What's new :

Added a plugin mecanism to zodios that will allow customizing it without breaking changes

Release 2.2

16 Feb 18:42
Compare
Choose a tag to compare

What's new :

  • option to disable validation
  • option to pass custom axios instance

Full Changelog: v2.0.1...v2.2.0

Release 2.0

14 Feb 21:58
Compare
Choose a tag to compare

This release improve user experience by autodetecting path params.
You now don't need to declare them in parameters api description.