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.6.0

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

Changelog

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

  • new options to disable zod transforms on zodios client (thanks to @QzCurious #217 )
zodios - Release v10.5.2

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

Changelog%0A%0AAll notable changes to this project will be documented in this file.

zodios - Release v10.5.1

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

Changelog%0A%0AAll notable changes to this project will be documented in this file.

zodios - Release v10.5.0

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

Changelog%0A%0AAll notable changes to this project will be documented in this file.

zodios - Release v10.4.4

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

Changelog

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

  • fix: allow parameter/response/error types to be inferred depending if they are used in backend or frontend
zodios - Release v10.4.3

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

Changelog

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

  • fix support for duplicate status errors
zodios - Release v10.4.2

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

Changelog

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

  • fix error handling, type guard should only match desired path, not just errors that match the path
zodios - Release v10.4.1

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

Changelog

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

  • fix default error handling with branding
zodios - Release v10.4.0

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

Changelog

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

  • add error handing type guard #206 (thanks to QZCurious for the idea)
zodios - Release v10.3.1

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

Improved esm support

zodios - Release v10.3.0

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

  • Add support for ESM
  • Better type error diagnostics
zodios - Release v10.3.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 esm support
zodios - Release v10.2.0

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

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
zodios - Release v10.1.0

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

Changelog

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

  • add support for selective validation (all, none, request, response) #185
zodios - Release v10.0.2

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

Changelog

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

  • allow to override baseURL per request, #184
zodios - Release v10.0.1

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

Changelog

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

  • remove v9 deprecated asXXX helpers
  • improve path type narrowing
zodios - Release v10.0.0

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

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
zodios - Release v9.4.0

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

Changelog

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

  • exported all type helpers, thanks to @astahmer #175
zodios - Release v9.3.5

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

Changelog

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

zodios - Release v9.3.3

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

Changelog

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

  • added ability to override default status code for openapi generation