Skip to content

Releases: ecyrbe/zodios

Release v8.0.0

17 Aug 11:10
Compare
Choose a tag to compare

Changelog

All notable changes to this project will be documented in this file.

  • BREAKING CHANGE: api definition no longer use as const. check migration guide to v8.

Release v7.2.0

12 Aug 20:21
Compare
Choose a tag to compare

Changelog

All notable changes to this project will be documented in this file.

  • zodios now has support for fetch with version 7.2 and @zodios/plugins v2.2.0

Release v7.1.5

23 Jul 16:48
Compare
Choose a tag to compare

Changelog

All notable changes to this project will be documented in this file.

  • Enforce immutability of config in plugins to evoid side effects

Release v7.1.4

21 Jul 22:00
Compare
Choose a tag to compare

Changelog

All notable changes to this project will be documented in this file:

  • added zod input validation
  • fix issues with zod input transformation #91

Release v7.1.3

14 Jul 19:51
Compare
Choose a tag to compare

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.

Release v6.4.0

06 Jul 20:22
Compare
Choose a tag to compare

Changelog

All notable changes to this project will be documented in this file.

  • exposes utility type ResponseByAlias
  • update internal dependencies

Release v6.3.0

03 Jul 20:26
Compare
Choose a tag to compare

Changelog

Impoved Error for validation.

ZodiosError {
  cause: ZodError;
  response: OriginalResponse;
  config: ZodiosConfig;
}

Release v6.2.2

11 Jun 22:55
Compare
Choose a tag to compare

Changelog

All notable changes to this project will be documented in this file.

Release v6.2.1

24 May 12:21
Compare
Choose a tag to compare

Changelog

All notable changes to this project will be documented in this file.

Release v6.2.0

24 May 12:04
Compare
Choose a tag to compare

Changelog

All notable changes to this project will be documented in this file.