robin labat
robin labat
Fix #1171 Also add support for lazy, refine and superRefine in discriminatedUnions
This PR solve the issue #1287 by adding the ability to add a params object as optional argument to parse functions, this params argument will be available in transform and...
In my use case I would like to validate some fields of an object in front of an other dynamic object. I didn't found a way to do that with...
This PR add a uniq validation to ZodArray to validate that the array doesn't contains any duplicates. ps: Currently this validation doesn't check for deep duplications but only simple ones.
Working on issues adapting the new queryKey typings inference to Vue. I Found few things that could be optimised on the core package. This PR is for those typings optimisations....
Reopenned from https://github.com/TanStack/query/pull/6127