Skip to content

Releases: LorisSigrist/zocker

v1.4.1

14 Aug 21:04
Compare
Choose a tag to compare

zocker

1.4.0

Minor Changes

  • 9467b9c: Support zod 3.22 and it's new readonly schemas

1.3.0

Minor Changes

  • 086fe06: feat: enable using string-names of datatypes in .override calls (E.g "number" instead if z.ZodNumber)

1.2.1

Patch Changes

  • d7e9bd0: fix: Fixed wrong type-definitions when using supply or override

1.2.0

Minor Changes

  • 797dbc5: feat: added generateMany method

1.1.0

Minor Changes

  • bb882d3: Added configuration for extra properties on objects
  • bb882d3: Added customization options for any and unknown data-types

1.0.0

Major Changes

  • 78ae17f: Replaced old Generator-based configuration API with fluent-API

    This breaks all existing zocker-setups, including the ones with no custom generators.

    This was done to make zocker more user-friendly going forward, as the new API is signifficantly more intuitive to use, and requires less understanding of zod's internals.

    Consult the README for the new API documentation.

0.1.3

Patch Changes

  • 96d28b2: Bigints now support multiple min,max and multipleof checks on the same value

0.1.2

Patch Changes

  • a16e27c: Throw InvalidSchemaException if a string uses mutliple, incompatible formats

v1.3.0

15 May 11:02
b8f1a85
Compare
Choose a tag to compare

Minor Changes

  • 086fe06: feat: enable using string-names of datatypes in .override calls (E.g "number" instead if z.ZodNumber)

v1.2.1

11 May 11:17
930e4aa
Compare
Choose a tag to compare

Patch Changes

  • d7e9bd0: fix: Fixed wrong type-definitions when using supply or override

v1.2.0

11 May 09:41
3d1f55a
Compare
Choose a tag to compare

Minor Changes

  • 797dbc5: feat: added generateMany method

v1.1.0

09 May 12:48
8f3d72e
Compare
Choose a tag to compare

Minor Changes

  • bb882d3: Added configuration for extra properties on objects
  • bb882d3: Added customization options for any and unknown data-types

v1.0.0

09 May 10:16
c0b615d
Compare
Choose a tag to compare

Major Changes

  • 78ae17f: Replaced old Generator-based configuration API with fluent-API

    This breaks all existing zocker-setups, including the ones with no custom generators.

    This was done to make zocker more user-friendly going forward, as the new API is signifficantly more intuitive to use, and requires less understanding of zod's internals.

    Consult the README for the new API documentation.

v0.1.3

06 May 10:47
062a1aa
Compare
Choose a tag to compare

Patch Changes

  • 96d28b2: Bigints now support multiple min,max and multipleof checks on the same value