Skip to content

Commit

Permalink
docs(comparison-yup): Yup added partial() and deepPartial() in v1 (#2603
Browse files Browse the repository at this point in the history
)

So update Yup's section of the Zod comparison accordingly.

See: jquense/yup#1906
  • Loading branch information
0livare committed Jul 30, 2023
1 parent cfbc7b3 commit 8677f68
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion README.md
Expand Up @@ -2718,7 +2718,6 @@ Yup is a full-featured library that was implemented first in vanilla JS, and lat

- Supports casting and transforms
- All object fields are optional by default
- Missing object methods: (partial, deepPartial)
<!-- - Missing nonempty arrays with proper typing (`[T, ...T[]]`) -->
- Missing promise schemas
- Missing function schemas
Expand Down

0 comments on commit 8677f68

Please sign in to comment.