Skip to content

Releases: fabian-hiller/valibot

v0.4.0

27 Jul 21:09
Compare
Choose a tag to compare

Many thanks to @lino-levan for contributing to this release.

  • Add instance and instanceAsync schema
  • Refactor library to work with Deno

v0.3.0

27 Jul 00:47
Compare
Choose a tag to compare

Many thanks to @genki, @tigawanna, @userquin, @intrnl and @andrewbranch for contributing to this release.

  • Add bytes, minBytes and maxBytes validation (pull request #1)
  • Change build step to tsup and exports in package.json (issue #7)

v0.2.1

26 Jul 10:56
Compare
Choose a tag to compare

Many thanks to @tigawanna, @userquin and @intrnl for contributing to this release.

  • Change order of exports in package.json (issue #7)

v0.2.0

25 Jul 14:59
Compare
Choose a tag to compare
  • Add blob and blobAsync schema

v0.1.0

12 Jul 17:50
Compare
Choose a tag to compare

Many thanks to @mhevery, @ryansolid and @colinhacks for contributing to this release.

  • Initial release