You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
chore(release): v2.0.0
- Remove `toValidEnum`; enum validation is now handled via `toValidObject`.
- Update `toValidArray` defaults: `type` → `z.array(z.never())`, `strict` → `true`.
- All method options are now optional.
- Methods now support passing the type as the first argument and options as the second, or just options as the first argument.