Skip to content

Releases: ecyrbe/zodios

Release v10.3.0

22 Oct 14:17
Compare
Choose a tag to compare
  • Add support for ESM
  • Better type error diagnostics

Release v10.3.0-rc.0

22 Oct 10:20
Compare
Choose a tag to compare
Release v10.3.0-rc.0 Pre-release
Pre-release

Changelog

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

  • add esm support

Release v10.2.0

20 Oct 21:54
Compare
Choose a tag to compare

Changelog

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

  • fixe long lasting bug where not passing parameters would not trigger errors #171 #189
  • upgrading all client dependancies to 10.2.0 to align versions

Release v10.1.0

17 Oct 17:58
Compare
Choose a tag to compare

Changelog

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

  • add support for selective validation (all, none, request, response) #185

Release v10.0.2

17 Oct 17:13
Compare
Choose a tag to compare

Changelog

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

  • allow to override baseURL per request, #184

Release v10.0.1

14 Oct 20:16
Compare
Choose a tag to compare

Changelog

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

  • remove v9 deprecated asXXX helpers
  • improve path type narrowing

Release v10.0.0

13 Oct 18:59
Compare
Choose a tag to compare

Changelog

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

  • optional path schema validation for use cases like uuid validation (#177) on frontend and express
  • Improved typescript type helpers naming to extract response/body/query/path types (suggestion from @astahmer )
  • migrate @zodios/react to @tanstack/react-query v4

Release v9.4.0

10 Oct 20:01
Compare
Choose a tag to compare

Changelog

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

Release v9.3.5

08 Oct 22:47
Compare
Choose a tag to compare

Changelog

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

Release v9.3.3

04 Oct 19:57
Compare
Choose a tag to compare

Changelog

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

  • added ability to override default status code for openapi generation