Skip to content

v1.2.0

Choose a tag to compare

@DarlanPrado DarlanPrado released this 05 May 02:54

compare changes

πŸš€ Enhancements

  • Introduce event validation with event.validate() in Nitro, enhancing request handling with typed results and configurable error responses (67f1d2c)
  • Add pull request templates for feature, bug, and documentation to streamline contributions (e99cce3)
  • Implement global Zod error messages configuration and apply in both Nuxt and Nitro runtimes (ef56ac8)
  • Add useZodSchemas() for auto-discovery of shared Zod schemas and enhance README documentation (7d6d5c8)

🩹 Fixes

  • Update email and website validation in schemas to use string methods for improved type safety (771b042)

πŸ“– Documentation

  • Add project governance rules and module architecture guidelines (2ffc15a)
  • Update README for compatibility notes and enhance CI workflow with matrix testing for Nuxt and Zod (f6c86f6)
  • Update README to clarify global Zod error messages configuration and resolution order (8a208e0)

🏑 Chore

  • release: V1.1.2 (ad40549)
  • Enhance CI workflow by adding pnpm cache and updating corepack setup for improved dependency management (e48f420)
  • Update dependencies to latest versions, including Nuxt and Zod, and enhance README with compatibility notes for library authors (cfe297c)

❀️ Contributors