Skip to content

Releases: fabian-hiller/valibot

v0.31.1

08 Jun 13:13
Compare
Choose a tag to compare

Many thanks to @Omochice for contributing to this release.

  • Fix missing file extension for Deno (pull request #637)

v0.31.0

06 Jun 12:52
Compare
Choose a tag to compare

v0.31.0-rc.12

04 Jun 20:14
Compare
Choose a tag to compare
v0.31.0-rc.12 Pre-release
Pre-release

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 refactor flatten method
  • Change key and generic of FlatErrors type of flatten method

v0.31.0-rc.11

03 Jun 14:02
Compare
Choose a tag to compare
v0.31.0-rc.11 Pre-release
Pre-release

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 and safeParser method

v0.31.0-rc.10

03 Jun 11:49
Compare
Choose a tag to compare
v0.31.0-rc.10 Pre-release
Pre-release

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

02 Jun 21:48
Compare
Choose a tag to compare
v0.31.0-rc.9 Pre-release
Pre-release

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 and ValueInput type to exports (issue #614)

v0.31.0-rc.8

02 Jun 16:55
Compare
Choose a tag to compare
v0.31.0-rc.8 Pre-release
Pre-release

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 and safeParser method (issue #504)

v0.31.0-rc.7

31 May 06:27
Compare
Choose a tag to compare
v0.31.0-rc.7 Pre-release
Pre-release

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

29 May 00:19
Compare
Choose a tag to compare
v0.31.0-rc.6 Pre-release
Pre-release

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/

  • Change object check to be less stringent, making object schemas more compatible and flexible for different environments and use cases (issue #587, #602, #608)
  • Fix _stringify util for custom and modified objects (issue #608)

v0.31.0-rc.5

25 May 04:25
Compare
Choose a tag to compare
v0.31.0-rc.5 Pre-release
Pre-release

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)