v0.38.0
版本发布时间: 2024-08-20 22:18:57
fabian-hiller/valibot最新发布版本:v1.0.0-beta.0-i18n(2024-10-02 12:06:55)
Many thanks to @EltonLobo07, @samuba, @alecmev, @gflohr, @threehams and @carcinocron for contributing to this release.
- Change
expects
andexpected
property by enclosing combined values in parentheses - Change question mark handling for
optional
,optionalAsync
,nullish
andnullishAsync
schemas in objects - Fix TypeScript errors in
TuplePath
andQuestionMarkSchema
type (issue #659, #776) - Fix missing TypeScript errors in
pipe
andpipeAsync
method (pull request #785)