Skip to content

Releases: Saeris/valimock

v1.4.0

29 Jun 03:22
c3d6ab2
Compare
Choose a tag to compare

Minor Changes

  • eb2553c Thanks @Saeris! - Add basic support for required() and omit()

v1.3.1

23 Jun 01:13
60b47a7
Compare
Choose a tag to compare

Patch Changes

  • 50dfba1 Thanks @Saeris! - Enhance test resiliancy for string() schemas, Retry by default for possible falsy values

v1.3.0

22 Jun 19:48
f780150
Compare
Choose a tag to compare

Minor Changes

  • 4170123 Thanks @Saeris! - Add variant and exactOptional schema support, Improve test reliability

v1.2.0

21 Jun 09:27
44127cd
Compare
Choose a tag to compare

Minor Changes

  • 2f875f1 Thanks @Saeris! - Add support for new String validations and Keyword matchers

    New Validations:

    • base64
    • bic
    • creditCard
    • decimal
    • empty
    • hexadecimal
    • hexColor
    • mac
    • nanoid (unstable)
    • octal

    New keywords:

    • username
    • displayName
    • firstName
    • middleName
    • lastName
    • fullName
    • gender
    • sex
    • zodiacSign
    • isbn
    • iban
    • vin
    • vrm

    Also adds support for empty() for both Strings and Arrays

v1.1.1

21 Jun 05:29
c140871
Compare
Choose a tag to compare

Patch Changes

  • 97a9221 Thanks @Saeris! - Fix incorrect string max length behavior, Update dependencies

    Strings were accidentally being capped to a fixed max length when a maxLength() validation was not provided by the schema, resulting in unwanted behavior such as the shortening of usernames, emails, etc, which would cause validations such as email() to fail against the resulting mock data.

v1.1.0

07 May 02:37
5496936
Compare
Choose a tag to compare

Minor Changes

v0.1.3

27 Mar 08:13
a6270bb
Compare
Choose a tag to compare

Patch Changes

  • 60b9bed Thanks @Saeris! - Update Valibot min version, Fix tests for intersect schema

v0.1.2

03 Jan 06:42
0f02b83
Compare
Choose a tag to compare

Patch Changes

v0.1.1

28 Nov 22:10
68897c9
Compare
Choose a tag to compare

Patch Changes

v0.1.0

27 Nov 07:51
Compare
Choose a tag to compare

Minor Changes