Skip to content

Releases: ecyrbe/zodios

Release v9.3.2

02 Oct 07:34
Compare
Choose a tag to compare

Changelog

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

  • fix issue with response plugins not being consistently ordered

Release v9.3.1

28 Sep 18:42
Compare
Choose a tag to compare

Changelog

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

Release v9.3.0

23 Sep 20:26
Compare
Choose a tag to compare

Changelog

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

You don't need to set the immutable flag if you use useImmutableQuery, only if you also want to use your aliased version.
For example without immutable flag, your alias useSearchUser will by default resolve to use useMutation, and when setting it, it will resolve to useImmutableQuery.

There is for the same purpose a useImmutableInfiniteQuery to allow you to do infinite queries.
Note there is no alias for infinite queries.

Release v9.2.0

22 Sep 20:01
Compare
Choose a tag to compare

Changelog

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

  • new helper to create a single endpoint: #149

Release v9.1.1

22 Sep 18:55
Compare
Choose a tag to compare

Changelog

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

  • enable async zod transformations : #146 , thanks to @r0m4n27

Release v9.1.0

21 Sep 06:27
Compare
Choose a tag to compare

Changelog

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

  • Improved docs
  • improved zodios errors when validating zod schemas
  • deprecated asApi, asParameters, asErrors and asCrudApi (they are still there)
  • added makeApi, makeParameters, makeErrors, makeCrudApi as these names are more suggestive that you need to use them to create the underlying definitions

Release v9.0.1

29 Aug 01:12
Compare
Choose a tag to compare

Changelog

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

  • upgrade internal dev deps
  • headers are now allowed to not be declared in the API definition

Release v9.0.0

23 Aug 14:43
Compare
Choose a tag to compare

Changelog

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

  • all zodios parameters are now readonly to indicate that zodios doe not change provided inputs
  • only breaking change is for @zodios/react library, should be transparent for most users
  • all @Zodios libraries will have their major version aligned

Release v8.1.0

21 Aug 19:05
Compare
Choose a tag to compare

Changelog

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

  • added api error definition to allow @zodios/express to generate full openapi spec

Release v8.0.1

17 Aug 12:32
Compare
Choose a tag to compare

Changelog

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

  • fix a really bad bug with compiler taking 100% cpu