Releases: DarlanPrado/nuxt-zod
Releases · DarlanPrado/nuxt-zod
Release list
v1.5.0
🚀 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
- DarlanPrado darlandoprado2014@gmail.com
v1.3.3
v1.3.3
🚀 Enhancements
- Run install to update pnpm-lock (f7c46d8)
🩹 Fixes
- Playground/package.json to reduce vulnerabilities (28133f3)
❤️ Contributors
- DarlanPrado darlandoprado2014@gmail.com
- Snyk-bot snyk-bot@snyk.io
v1.3.2
v1.3.0
🚀 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-providerand addition ofzodVersionoption (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
- DarlanPrado darlandoprado2014@gmail.com
v1.2.0
🚀 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
- DarlanPrado darlandoprado2014@gmail.com
v1.1.2
🩹 Fixes
- Add default export to package.json (eb8d2bf)
❤️ Contributors
- DarlanPrado darlandoprado2014@gmail.com
v1.1.1
v1.1.0
🚀 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
- DarlanPrado darlandoprado2014@gmail.com