v1.0.0-beta.1
Pre-release
Pre-release
Many thanks to @gcornut, @EltonLobo07, @remonke, @ktkk and @fabulousgk for contributing to this release.
Since we changed the type signature, you may experience TypeScript errors when using Valibot v1 with other libraries. We are committed to helping update the libraries in our ecosystem. We recommend that you check if the libraries you are using have already been updated. Except for the type signature, any breaking changes should only be related to our internal implementation.
- Add
assert
method to assert values (issue #862) - Add
checkItemsAsync
action (pull request #856) - Add
graphemes
,maxGraphemes
,minGraphemes
andnotGraphemes
action (pull request #853) - Add
words
,maxWords
,minWords
andnotWords
action - Add
args
andreturns
action to transform functions (issue #243) - Change behaviour of
minValue
andmaxValue
forNaN
(pull request #843) - Refactor
bytes
,maxBytes
,minBytes
andnotBytes
action