Skip to content

Releases: mofareedd/zodleware

v0.1.0

07 Nov 01:06
0263c9d
Compare
Choose a tag to compare

Minor Changes

  • c773964: Enhanced support for strongly-typed validation schemas with Zod, ensuring better type inference for body, params, and query fields.

Initial Release

05 Nov 20:26
Compare
Choose a tag to compare

v0.0.1 - Initial Release 🚀

Features

  • Schema-based validation: Validate body, params, and query fields of requests using Zod schemas.
  • Custom error handling: Provides detailed error messages with paths and descriptions for invalid data.