Skip to content

Releases: fabian-hiller/valibot

v1.0.0-beta.7

17 Nov 04:43
Compare
Choose a tag to compare
v1.0.0-beta.7 Pre-release
Pre-release

Many thanks to @Balastrong and @ivanbarlog for contributing to this release.

  • Fix Standard Schema implementation for various methods
  • Fix instantiation error for any in PathKeys type (issue #929)

v1.0.0-beta.6

15 Nov 16:51
Compare
Choose a tag to compare
v1.0.0-beta.6 Pre-release
Pre-release

Many thanks to @genki for contributing to this release.

  • Fix missing variable assignments that cause bugs (pull request #926)

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

15 Nov 15:57
Compare
Choose a tag to compare
Pre-release

Many thanks to @hongkongkiwi for contributing to this release.

  • Fix peer dependency specification (issue #928)

v1.0.0-beta.5

10 Nov 00:30
Compare
Choose a tag to compare
v1.0.0-beta.5 Pre-release
Pre-release

Many thanks to @NiklasPor and @ssalbdivad for contributing to this release.

  • Fix output type of optional, optionalAsync, nullable, nullableAsync, nullish and nullishAsync schema
  • Fix implementation of nonOptional, nonOptionalAsync, nonNullable, nonNullableAsync, nonNullish and nonNullishAsync schema in edge cases (issue #909)

v1.0.0-beta.4

08 Nov 03:15
Compare
Choose a tag to compare
v1.0.0-beta.4 Pre-release
Pre-release

Many thanks to @ruiaraujo012, @colinhacks and @ssalbdivad for contributing to this release.

  • Add new overload signature to pipe and pipeAync method to support unlimited pipe items of same input and output type (issue #852)
  • Change Standard Schema spec implementation to new version

v1.0.0-beta.1 (i18n)

04 Nov 04:18
Compare
Choose a tag to compare
v1.0.0-beta.1 (i18n) Pre-release
Pre-release

Many thanks to @Hasan-Mir, @ImMo3n, @ivan-mihalic, @ferdinandurban and @rnovacek for contributing to this release.

  • Add new and missing actions to translations
  • Add Farsi (fa) translations (pull request #838)
  • Add Czech (cs) translations (pull request #886)

v1.0.0-beta.3

31 Oct 02:51
Compare
Choose a tag to compare
v1.0.0-beta.3 Pre-release
Pre-release

Many thanks to @hanakannzashi for contributing to this release.

  • Change type and behaviour of nullable, nullableAsync, nullish, nullishAsync, optional, optionalAsync, undefinedable and undefinedableAsync for undefined default value (issue #878)

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

31 Oct 19:18
Compare
Choose a tag to compare
Pre-release

Many thanks to @devcaeg for contributing to this release.

  • Change force to errorMode in config for better control (issue #889)

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

31 Oct 02:54
Compare
Choose a tag to compare
Pre-release
  • Add support for undefinedable schema
  • Change extraction of default value from nullable, nullish and optional schema

v1.0.0-beta.2

25 Oct 15:08
Compare
Choose a tag to compare
v1.0.0-beta.2 Pre-release
Pre-release

Many thanks to @dgreensp for contributing to this release.

  • Fix invalid import statements for Deno (issue #899)