Skip to content

Releases: fabian-hiller/valibot

v1.0.0-beta.0 (to-json-schema)

01 Oct 03:30
Compare
Choose a tag to compare
Pre-release
  • Change Valibot peer dependency to v1.0.0

v0.2.1 (to-json-schema)

30 Sep 14:50
Compare
Choose a tag to compare

Many thanks to @nakasyou for contributing to this release.

  • Fix type export for Deno (pull request #854)

v0.42.1

20 Sep 16:01
Compare
Choose a tag to compare
  • Fix function type declaration of _run property

v0.42.0

15 Sep 04:15
Compare
Choose a tag to compare

Many thanks to @ajfhs812, @andrew-d-jackson and @declanlscott for contributing to this release.

  • Add metadata action to add custom metadata to a schema
  • Add title metadata action to add a title to a schema (discussion #826)
  • Add decimal action to validate integer and float strings (pull request #823)
  • Rename decimal action to digits (pull request #823)
  • Rename NoPipe type to SchemaWithoutPipe
  • Fix inference of generics in IssueDotPath type (issue #814)

v0.2.0 (to-json-schema)

15 Sep 04:22
Compare
Choose a tag to compare

Many thanks to @ajfhs812 for contributing to this release.

  • Add support for title action (discussion #826)

v0.1.1 (to-json-schema)

14 Sep 23:15
Compare
Choose a tag to compare

Many thanks to @gcornut for contributing to this release.

  • Fix maximum call stack bug for recursive schemas
  • Fix invalid JSON Schema ouput for recursive schemas

v0.1.0 (to-json-schema)

13 Sep 17:41
Compare
Choose a tag to compare

Many thanks to @gcornut for contributing to this release.

  • Initial release

v0.41.0

01 Sep 18:17
Compare
Choose a tag to compare

Many thanks to @EltonLobo07, @ZerNico, @Andarist, @ruiaraujo012 and @merodiro for contributing to this release.

  • Change reference property of all action base types to be less strict (issue #799)
  • Change implementation of variant and variantAsync to improve performance and issues generation for nested variants with different discriminators (pull request #809)

v0.40.0

29 Aug 14:04
Compare
Choose a tag to compare

Many thanks to @jasperteo, @alecmev and @cruzdanilo for contributing to this release.

  • Add nanoid action to validate Nano IDs (pull request #789)
  • Add undefinedable and undefinedableAsync schema (issue #385)
  • Fix invalid output type for transformed optional object entries (issue #806)

v0.39.0

24 Aug 09:17
Compare
Choose a tag to compare

Many thanks to @tpetry, @incompletude, @ComradeVanti, @istonikula and @ShlokDesai33 for contributing to this release.

  • Add support for exactOptionalPropertyTypes config (issue #385)
  • Fix IssueDotPath type for pipe and pipeAsync method (issue #793)
  • Fix IssueDotPath type for variant and variantAsync schema (issue #700)