Skip to content

Commit

Permalink
docs(comparison-yup): Yup added partial() and deepPartial() in v1
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 21, 2023
1 parent cfbc7b3 commit 6e16d2e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
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 6e16d2e

Please sign in to comment.