Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
22 commits
Select commit Hold shift + click to select a range
080466c
feat: add nuxt-yup module (#1301)
DarlanPrado Oct 16, 2025
d5bbb2b
[autofix.ci] apply automated fixes
autofix-ci[bot] Oct 16, 2025
d07aa01
Merge branch 'main' into main
DarlanPrado Oct 16, 2025
b49d396
Merge branch 'main' into main
atinux Oct 19, 2025
dce51c7
Merge branch 'main' into main
DarlanPrado Oct 20, 2025
a4dd3e3
feat(NuxtYup): updated compatibility version to nuxt 3
DarlanPrado Oct 20, 2025
628220f
Merge branch 'main' into main
DarlanPrado Oct 27, 2025
72e0ac7
Apply suggestion from @atinux
atinux Nov 3, 2025
e96835c
[autofix.ci] apply automated fixes
autofix-ci[bot] Nov 3, 2025
5731ba1
Merge branch 'nuxt:main' into main
DarlanPrado May 12, 2026
2dbdaa8
feat: add nuxt-zod module (#1474)
DarlanPrado May 12, 2026
b2fb34b
[autofix.ci] apply automated fixes
autofix-ci[bot] May 12, 2026
e3a3991
Merge branch 'main' into main
DarlanPrado May 14, 2026
cd63bf2
[autofix.ci] apply automated fixes
autofix-ci[bot] May 14, 2026
0195d7c
Merge branch 'nuxt:main' into main
DarlanPrado May 15, 2026
9062349
fix(NuxtZod): updated module description for greater consistency
DarlanPrado May 15, 2026
a33643d
[autofix.ci] apply automated fixes
autofix-ci[bot] May 15, 2026
662ac34
Merge branch 'main' into main
DarlanPrado May 16, 2026
a5ef906
Merge branch 'main' into main
DarlanPrado May 21, 2026
7cdb804
[autofix.ci] apply automated fixes
autofix-ci[bot] May 21, 2026
f259b20
Merge branch 'main' into main
DarlanPrado Jun 3, 2026
e881e3c
Merge branch 'main' into main
DarlanPrado Jul 5, 2026
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
29 changes: 29 additions & 0 deletions icons/nuxt-zod.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
16 changes: 16 additions & 0 deletions modules/nuxt-zod.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
name: nuxt-zod
description: Zod integration for Nuxt with a simple composable.
repo: DarlanPrado/nuxt-zod
npm: nuxt-zod
icon: nuxt-zod.svg
github: https://github.com/DarlanPrado/nuxt-zod
website: https://github.com/DarlanPrado/nuxt-zod
learn_more: ''
category: Libraries
type: 3rd-party
maintainers:
- name: Darlan José Batista do Prado
github: DarlanPrado
compatibility:
nuxt: '>=3.0.0'
requires: {}
Loading