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
Deprecated z.Schema in favor of z.Shape. No plans to remove z.Schema for now
Allow empty strings during parsing to not trigger required. Instead do .Min(1). (#148)
Transforms are now run sequentially with tests in the order they were defined in. schema.PostTransform has been deprecated and until it is removed it will work just like schema.Transform. Therefore schema.Min(1).Trim().Min(1) will work and first check string length > 1 then trim then check again for string len > 1
implemented preprocess, removed preTransforms
Features
Deprecated z.Schema in favor of z.Shape. No plans to remove z.Schema for now (544f03d)