Skip to content

Release v7.1.3

Compare
Choose a tag to compare
@github-actions github-actions released this 14 Jul 19:51

Changelog

Zodios has a new plugin system that is incompatible with the previous one that was based on axios interceptors.
Zodios has now it's own interceptors, with more options than axios.
Indeed you can attach plugins to a specific endpoint or even override a plugin (usefull to replace zodios own internal plugins).

Now internally form-data, form-url and zod validation are made with this new plugin system. And since you can override them, you can then change their behaviour if you want.

For more information about the plugin system, take a look at the documentation.