Releases: fabian-hiller/valibot
v0.31.1
v0.31.0
Many thanks to @Afsoon, @AlexXanderGrib, @Andarist, @AndreyYolkin, @ariskemper, @Demivan, @DylanThomasFr, @EltonLobo07, @GabrielHangor, @Hugos68, @IlyaSemenov, @MohammedEsafi, @MrGeniusProgrammer, @Saeris, @sandros94, @Sec-ant, @alexbit-codemod, @ammarriq, @anuraghazra, @arybitskiy, @bingtsingw, @brandonpittman, @brenelz, @chertik77, @chimame, @christophsturm, @dboune, @devcaeg, @dusty, @fredericoo, @gmaxlev, @homersimpsons, @jansedlon, @jchatard, @joshwashywash, @jsudelko, @juliusmarminge, @kovalchukq, @linkb15, @lukemorton, @macarie, @morgante, @mtt-artis, @mutewinter, @mxdvl, @nakanoasaservice, @naveen-bharathi, @sacrosanctic, @samualtnorman, @saturnonearth, @seren5240, @sillvva, @ssalbdivad, @vladshcherbin, @xcfox, @yudinmaxim, @znycheporuk and many others for contributing to this release.
To migrate from an older version, please see the official migration guide and our announcement post.
v0.31.0-rc.12
To migrate from an older version, please see the official migration guide: https://valibot.dev/guides/migrate-to-v0.31.0/
- Add
getDotPath
util and refactorflatten
method - Change key and generic of
FlatErrors
type offlatten
method
v0.31.0-rc.11
To migrate from an older version, please see the official migration guide: https://valibot.dev/guides/migrate-to-v0.31.0/
- Improve implementation and types of
parser
andsafeParser
method
v0.31.0-rc.10
Many thanks to @IlyaSemenov for contributing to this release.
To migrate from an older version, please see the official migration guide: https://valibot.dev/guides/migrate-to-v0.31.0/
- Add
config
method to library to change local configuration of schema (issue #618)
v0.31.0-rc.9
Many thanks to @IlyaSemenov for contributing to this release.
To migrate from an older version, please see the official migration guide: https://valibot.dev/guides/migrate-to-v0.31.0/
- Add
ContentInput
,ContentRequirement
,LengthInput
,SizeInput
andValueInput
type to exports (issue #614)
v0.31.0-rc.8
Many thanks to @DylanThomasFr and @IlyaSemenov for contributing to this release.
To migrate from an older version, please see the official migration guide: https://valibot.dev/guides/migrate-to-v0.31.0/
- Add
parser
andsafeParser
method (issue #504)
v0.31.0-rc.7
Many thanks to @dusty for contributing to this release.
To migrate from an older version, please see the official migration guide: https://valibot.dev/guides/migrate-to-v0.31.0/
- Fix bug in
forward
method by excluding previous issues from forwarding (issue #616)
v0.31.0-rc.6
Many thanks to @devcaeg, @EltonLobo07, @vladshcherbin and @ammarriq for contributing to this release.
To migrate from an older version, please see the official migration guide: https://valibot.dev/guides/migrate-to-v0.31.0/
v0.31.0-rc.5
Many thanks to @naveen-bharathi for contributing to this release.
To migrate from an older version, please see the official migration guide: https://valibot.dev/guides/migrate-to-v0.31.0/
- Fix input and output type of
intersect
schema (issue #601)