zodios

typescript http client and server with zod validation

MIT License

Downloads
364.8K
Stars
1.7K
Committers
28

Bot releases are hidden (Show)

zodios - Release 6.1

Published by ecyrbe over 2 years ago

With this release you can now add aliases to your endpoint to call them easily.

It can be helpfull if you are using typescript template string to create your endpoints and evoid writing variables everywhere.

zodios - Release 6.0

Published by ecyrbe over 2 years ago

Split Zodios into multiple packages:

  • @zodios/core
  • @zodios/react
  • @zodios/plugins
zodios - Release 5.0

Published by ecyrbe over 2 years ago

Breaking change :

  • React hooks have been completely revamped to look more like redux query or react query.

updated dependencies. using react 18 internally, but zodios is still compatible with react >16.8

zodios - Release 4.0

Published by ecyrbe over 2 years ago

What new :

  • Bearking change, Request interface is now fully compatible with axios.
  • updated dev dependencies
zodios - Release 3.1

Published by ecyrbe over 2 years ago

What's new:

  • add react provider
  • add react hook
zodios - Release 3.0

Published by ecyrbe over 2 years ago

What's new :

Added a plugin mecanism to zodios that will allow customizing it without breaking changes

zodios - Release 2.2

Published by ecyrbe over 2 years ago

What's new :

  • option to disable validation
  • option to pass custom axios instance

Full Changelog: https://github.com/ecyrbe/zodios/compare/v2.0.1...v2.2.0

zodios - Release 2.0

Published by ecyrbe over 2 years ago

This release improve user experience by autodetecting path params.
You now don't need to declare them in parameters api description.