Closed dhythm closed 4 months ago
We are currently rewriting Valibot. This will most likely be possible in the future. I expect a new release in about 3 or 4 weeks. You can follow the progress in #502.
We now support rawCheck
and rawTransform
. Both APIs are similar to superRefine
in Zod.
Hi, folks! I'm just considering to migrate validator from
zod
tovalibot
. Then, I met an issue to prevent it.zod provides
superRefine
method and it is useful like the following case;I guess pipeline with
custom
cannot cover this use case;Are there any solution about this in
valibot
?