Skip to content

Releases: open-circle/valibot

v0.5.0

27 Jul 22:25

Choose a tag to compare

Many thanks to @lino-levan, @emilbonnek and @kiliman for contributing to this release.

  • Fix invalid comparable import when using Deno
  • Add util functions to exports of library
  • Rename minRange and maxRange to minValue and maxValue (issue #20)
  • Add value validation function

v0.4.0

27 Jul 21:09

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

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

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

Choose a tag to compare

  • Add blob and blobAsync schema

v0.1.0

12 Jul 17:50

Choose a tag to compare

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

  • Initial release