From 8677f688b0ab1bb5991e90744f46a15082772bd6 Mon Sep 17 00:00:00 2001 From: Zach Olivare Date: Sun, 30 Jul 2023 16:05:08 -0500 Subject: [PATCH] docs(comparison-yup): Yup added partial() and deepPartial() in v1 (#2603) So update Yup's section of the Zod comparison accordingly. See: https://github.com/jquense/yup/issues/1906 --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index a32bb3da8..3cf7e3cfb 100644 --- a/README.md +++ b/README.md @@ -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 promise schemas - Missing function schemas