Releases: open-circle/valibot
v0.31.0-rc.4
Many thanks to @AlexXanderGrib, @chertik77 and @chimame 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.3
Many thanks to @chimame 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 context reference of options variable in
variantschema (pull request #600)
v0.31.0-rc.2
Many thanks to @jansedlon 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
Defaulttype foroptional,nullableandnullishschema (issue #593)
v0.31.0-rc.1
Many thanks to @jansedlon and @mutewinter 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.0
Many thanks to @Demivan, @EltonLobo07, @xcfox, @mxdvl, @Afsoon, @IlyaSemenov, @Saeris, @devcaeg, @AndreyYolkin, @MrGeniusProgrammer, @znycheporuk, @macarie and many others 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.30.0
Many thanks to @Saeris, @ariskemper, @mxdvl, @romeerez and @niccholaspage for contributing to this release.
- Add
DefaultandDefaultAsynctype and refactor codebase - Add
FallbackandFallbackAsynctype and refactor codebase - Add
isOfTypetype guard util to check the type of an object - Refactor
getDefaultsandgetDefaultsAsyncmethod (pull request #259) - Refactor
getFallbacksandgetFallbacksAsyncmethod (pull request #259) - Change type definitions from
typetointerface(pull request #259, #451) - Remove deprecated properties of
safeParseandsafeParseAsyncmethod - Remove any deprecated method, schema and validation functions
- Fix
NestedPathtype offlattenfor async schemas (issue #456) - Fix implementation of
DefaultValuetype for transformed values
v0.29.0
Many thanks to @Mini-ghost, @ivands and @Demivan for contributing to this release.
- Add
everyandsomepipeline validation action - Add
inputof schema togetterfunction ofrecursiveandrecursiveAsyncschema (pull request #441) - Change implementation of
transformandtransformAsyncmethod to only run transformations if there are no issues (issue #436) - Rename
recursiveandrecursiveAsyncschema tolazyandlazyAsync(issue #440) - Fix bug in
i18nutil when usingsetSchemaMessage
v0.28.1
v0.28.0
Many thanks to @LorisSigrist, @samuelstroschein, @gmaxlev, @thundermiracle, @ivanhofer, @CanRau, @zkulbeda, @lucaschultz, @paoloricciuti, @hyunbinseo, and @bertez for contributing to this release.
Note: The library has been revised and refactored. Therefore, not every change is listed in detail.