From 7bca222ff103e8713d2e3edaf6869326f3ec26cc Mon Sep 17 00:00:00 2001 From: David Timms Date: Mon, 29 May 2023 12:39:25 +0100 Subject: [PATCH] Update readme --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 4ea7577..cdcec0c 100644 --- a/README.md +++ b/README.md @@ -88,7 +88,7 @@ const arbitrary = zodFastCheck.inputOf(z.array(WithFoo)); ### Data types -✅ string (including email, UUID and URL) +✅ string (including email, datetime, UUID and URL) ✅ number ✅ nan ✅ bigint @@ -96,6 +96,7 @@ const arbitrary = zodFastCheck.inputOf(z.array(WithFoo)); ✅ date ✅ undefined ✅ null +✅ symbol ✅ array ✅ object ✅ union @@ -118,6 +119,8 @@ const arbitrary = zodFastCheck.inputOf(z.array(WithFoo)); ✅ branded types ✅ transforms ✅ refinements (see below) +✅ pipe +✅ catch ❌ intersection ❌ lazy ❌ never