express-zod-api

A Typescript library to help you get an API server up and running with I/O schema validation and custom middlewares in minutes.

MIT License

Downloads
20.4K
Stars
612
Committers
9

Bot releases are visible (Hide)

express-zod-api - v16.8.0

Published by RobinTail 8 months ago

What's Changed

Full Changelog: https://github.com/RobinTail/express-zod-api/compare/v16.7.1...v16.8.0

express-zod-api - v16.7.1

Published by RobinTail 8 months ago

What's Changed

Full Changelog: https://github.com/RobinTail/express-zod-api/compare/v16.7.0...v16.7.1

express-zod-api - v16.7.0

Published by RobinTail 9 months ago

What's Changed

Full Changelog: https://github.com/RobinTail/express-zod-api/compare/v16.6.2...v16.7.0

express-zod-api - v16.6.2

Published by RobinTail 9 months ago

What's Changed

Full Changelog: https://github.com/RobinTail/express-zod-api/compare/v16.6.1...v16.6.2

express-zod-api - v16.6.1

Published by RobinTail 9 months ago

What's Changed

Full Changelog: https://github.com/RobinTail/express-zod-api/compare/v16.6.0...v16.6.1

express-zod-api - v16.6.0

Published by RobinTail 9 months ago

This version improves the runtime performance.

What's Changed

Full Changelog: https://github.com/RobinTail/express-zod-api/compare/v16.5.4...v16.6.0

express-zod-api - v16.5.4

Published by RobinTail 9 months ago

What's Changed

Full Changelog: https://github.com/RobinTail/express-zod-api/compare/v16.5.3...v16.5.4

express-zod-api - v16.5.3

Published by RobinTail 9 months ago

What's Changed

Full Changelog: https://github.com/RobinTail/express-zod-api/compare/v16.5.2...v16.5.3

express-zod-api - v16.5.2

Published by RobinTail 9 months ago

What's Changed

Full Changelog: https://github.com/RobinTail/express-zod-api/compare/v16.5.1...v16.5.2

express-zod-api - v16.5.1

Published by RobinTail 9 months ago

What's Changed

Full Changelog: https://github.com/RobinTail/express-zod-api/compare/v16.5.0...v16.5.1

express-zod-api - v16.5.0

Published by RobinTail 9 months ago

What's Changed

Full Changelog: https://github.com/RobinTail/express-zod-api/compare/v16.4.1...v16.5.0

express-zod-api - v16.4.1

Published by RobinTail 9 months ago

What's Changed

Full Changelog: https://github.com/RobinTail/express-zod-api/compare/v16.4.0...v16.4.1

express-zod-api - v16.4.0

Published by RobinTail 9 months ago

What's Changed

Full Changelog: https://github.com/RobinTail/express-zod-api/compare/v16.3.0...v16.4.0

express-zod-api - v16.3.0

Published by RobinTail 9 months ago

What's Changed

Full Changelog: https://github.com/RobinTail/express-zod-api/compare/v16.2.2...v16.3.0

express-zod-api - v16.2.2

Published by RobinTail 10 months ago

What's Changed

Full Changelog: https://github.com/RobinTail/express-zod-api/compare/v16.2.1...v16.2.2

express-zod-api - v15.3.1

Published by RobinTail 10 months ago

express-zod-api - v16.2.1

Published by RobinTail 10 months ago

What's Changed

Full Changelog: https://github.com/RobinTail/express-zod-api/compare/v16.2.0...v16.2.1

express-zod-api - v16.2.0

Published by RobinTail 10 months ago

Feature

Other changes

Full Changelog: https://github.com/RobinTail/express-zod-api/compare/v16.1.0...v16.2.0

express-zod-api - v16.1.0

Published by RobinTail 10 months ago

What's Changed

Full Changelog: https://github.com/RobinTail/express-zod-api/compare/v16.0.0...v16.1.0

express-zod-api - v16.0.0

Published by RobinTail 10 months ago

Version 16 is for Nina

This release is focused on improving Integration and Documentation.

Potentially breaking changes

  • Some methods and properties of the Documentation class (which extends the OpenAPI builder) might be changed.
  • Options successfulResponseDescription and errorResponseDescription of Documentation constructor are renamed.
  • Read the migration guide in Changelog.

Features

  • Switching to OpenAPI 3.1 with better descriptions of its components.
  • Featuring formatted code generation of frontend client and API types, including ability to split response types.