zodios

typescript http client and server with zod validation

MIT License

Downloads
364.8K
Stars
1.7K
Committers
28

Bot releases are visible (Hide)

zodios - Release v10.9.6 Latest Release

Published by github-actions[bot] about 1 year ago

Changelog

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

  • allow builder to have no parameters. fixes #490
zodios - Release v10.9.5

Published by github-actions[bot] about 1 year ago

Changelog

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

  • allow optional path params, fixes #514
zodios - Release v10.9.4

Published by github-actions[bot] about 1 year ago

Changelog

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

  • fixes a regression for boolean path params. #506
zodios - Release v10.9.3

Published by github-actions[bot] about 1 year ago

Changelog

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

  • fix perf issue and path params detection #503
zodios - Release v10.9.2

Published by github-actions[bot] over 1 year ago

Changelog

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

  • allow json api content type #471
zodios - Release v10.9.1

Published by github-actions[bot] over 1 year ago

Changelog

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

  • fix #469 where body fails to be infaired when there is a path collision.
zodios - Release v10.9.0

Published by github-actions[bot] over 1 year ago

Changelog

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

zodios - Release v10.8.1

Published by github-actions[bot] over 1 year ago

Changelog

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

  • add more runtime checks about misconfigured api (duplicate path, alias, body)
zodios - Release v10.8.0

Published by github-actions[bot] over 1 year ago

Changelog

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

zodios - Release v10.7.7

Published by github-actions[bot] over 1 year ago

Changelog

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

  • fixe issue #333 where isErrorByPath was not inferring errors correctly
zodios - Release v10.7.6

Published by github-actions[bot] over 1 year ago

Changelog

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

  • fixe error matching not working with path params #269 (thanks to @maantje for the patch)
zodios - Release v10.7.5

Published by github-actions[bot] over 1 year ago

Changelog

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

  • fixes missing types exports for node16 and nodenext module resolution
zodios - Release v10.7.4

Published by github-actions[bot] over 1 year ago

Changelog

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

  • fix request method typings and autocompletion
zodios - Release v10.7.3

Published by github-actions[bot] over 1 year ago

Changelog

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

  • fix request method returning a union of all responses
zodios - Release v10.7.2

Published by github-actions[bot] over 1 year ago

Changelog

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

  • fix axios types breaking changes
zodios - Release v10.7.1

Published by github-actions[bot] almost 2 years ago

Changelog

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

  • fix type exports for nodenext
zodios - Release v11.0.0-rc.0

Published by github-actions[bot] almost 2 years ago

Changelog

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

  • add type provider system that allows to use any type library
zodios - Release v10.7.0

Published by github-actions[bot] almost 2 years ago

Changelog

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

  • add option to enable sending default values set on parameter's schema
zodios - Release v10.6.2

Published by github-actions[bot] almost 2 years ago

Changelog

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

  • fix bug where parameters do not get transformed if they where falsy
zodios - Release v10.6.1

Published by github-actions[bot] almost 2 years ago

Changelog

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

  • fix build and rollback to tsup 6.3