Skip to content

Releases: DarlanPrado/nuxt-zod

v1.5.0

Choose a tag to compare

@DarlanPrado DarlanPrado released this 22 Jul 00:37

compare changes

🚀 Enhancements

  • runtime: Add Zod Mini runtime tree (d9ad9a8)
  • module: Support zodVersion mini (2a2bf9f)
  • Enhance Zod type template generation with serverEnabled option (ab58ece)

💅 Refactors

  • Update H3Event.validate declaration and documentation (50cfa7d)

📖 Documentation

  • Document Zod Mini support and agent rules (604d20e)

🏡 Chore

  • playground: Add dedicated Zod Mini playground app (baf6b37)
  • playground: Include playground-mini in ESLint and TypeScript configurations (30f02a4)

✅ Tests

  • Add Zod Mini e2e fixture and suite (e553af5)
  • ci: Isolate Zod Mini suite from Classic matrix (c5cd553)

❤️ Contributors

v1.3.3

Choose a tag to compare

@DarlanPrado DarlanPrado released this 21 May 05:45

v1.3.3

compare changes

🚀 Enhancements

  • Run install to update pnpm-lock (f7c46d8)

🩹 Fixes

  • Playground/package.json to reduce vulnerabilities (28133f3)

❤️ Contributors

v1.3.2

Choose a tag to compare

@DarlanPrado DarlanPrado released this 14 May 05:57

Full Changelog: v1.3.1...v1.3.2

v1.3.0

Choose a tag to compare

@DarlanPrado DarlanPrado released this 13 May 07:12

compare changes

🚀 Enhancements

  • Update README with zodVersion option details, remove unused v4-mini plugin, and add dual-dispatch validation tests for Zod v3 and v4 (1f995a2)

🏡 Chore

  • Update changelog for breaking changes and enhancements, including removal of zod-provider and addition of zodVersion option (11d055d)
  • Downgrade actions/checkout and actions/setup-node to v4, update node version to 22, and adjust pnpm command for workspace installation (e603fd7)
  • Sync pnpm-lock.yaml after peerDependencies update (8d06395)

❤️ Contributors

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

v1.1.2

Choose a tag to compare

@DarlanPrado DarlanPrado released this 20 Apr 15:48

compare changes

🩹 Fixes

  • Add default export to package.json (eb8d2bf)

❤️ Contributors

v1.1.1

Choose a tag to compare

@DarlanPrado DarlanPrado released this 20 Apr 15:12

v1.1.0

Choose a tag to compare

@DarlanPrado DarlanPrado released this 20 Apr 15:02
8372d0c

🚀 Enhancements

  • Integrate zod for schema validation with auto-imports and plugin support (6c4c736)

🩹 Fixes

  • Update zod version in dependencies and peerDependencies (839f9a2)

📖 Documentation

  • Update README.md to reflect module name and features of nuxt-zod (d185b69)

🏡 Chore

  • Update package.json with detailed module description and repository info (088dd78)

🎨 Styles

  • Format template for better readability in app.vue (25fc2f1)

❤️ Contributors