Skip to content

Releases: traversable/schema

@traversable/zod@0.0.57

04 Oct 00:01
8b3a6e9

Choose a tag to compare

Patch Changes

@traversable/zod-test@0.0.28

04 Oct 07:41
fa2f506

Choose a tag to compare

Patch Changes

  • #558 eb69db0 Thanks @ahrjarrett! - fix(zod-test): fixes type-level bug where SeedGenerator was returning type fc.Arbitrary<unknown> (#557)

@traversable/zod-test@0.0.27

04 Oct 00:01
8b3a6e9

Choose a tag to compare

Patch Changes

@traversable/zod@0.0.56

02 Oct 15:17
a11fc43

Choose a tag to compare

Patch Changes

@traversable/zod@0.0.55

02 Oct 13:21
21e5925

Choose a tag to compare

Patch Changes

  • #548 64af50a Thanks @ahrjarrett! - docs(zod): adds zx.fold usage with z.clone example to README (thanks @Refzlund!)

  • #545 1767355 Thanks @ahrjarrett! - feat(zod-test): adds zxTest.fuzz for generating configurable, overridable fast-check arbitraries from a Zod schema (#544)

  • Updated dependencies [1767355]:

    • @traversable/zod-types@0.0.30

@traversable/zod-types@0.0.30

02 Oct 13:21
21e5925

Choose a tag to compare

Patch Changes

  • #545 1767355 Thanks @ahrjarrett! - feat(zod-test): adds zxTest.fuzz for generating configurable, overridable fast-check arbitraries from a Zod schema (#544)

@traversable/zod-test@0.0.26

02 Oct 13:21
21e5925

Choose a tag to compare

Patch Changes

  • #545 424f517 Thanks @ahrjarrett! - feat(zod-test): adds zxTest.fuzz support for more string schema formats

    formats

    • z.cidr
    • z.cidr2
    • z.cuid
    • z.cuid2
    • z.e164
    • z.email
    • z.emoji
    • z.ksuid
    • z.nanoid
    • z.ulid
    • z.xid
  • #545 1767355 Thanks @ahrjarrett! - feat(zod-test): adds zxTest.fuzz for generating configurable, overridable fast-check arbitraries from a Zod schema (#544)

  • Updated dependencies [1767355]:

    • @traversable/zod-types@0.0.30

@traversable/zod@0.0.54

01 Oct 16:09
2fcc383

Choose a tag to compare

Patch Changes

  • #542 5b36349 Thanks @ahrjarrett! - fix(zod,zod-types): fixes zx.toString bug where objects with 1+ props passed to z.default included an unmatched closing bracket

  • Updated dependencies [5b36349]:

    • @traversable/zod-types@0.0.29

@traversable/zod-types@0.0.29

01 Oct 16:09
2fcc383

Choose a tag to compare

Patch Changes

  • #542 5b36349 Thanks @ahrjarrett! - fix(zod,zod-types): fixes zx.toString bug where objects with 1+ props passed to z.default included an unmatched closing bracket

@traversable/zod@0.0.53

26 Sep 02:04
8909b55

Choose a tag to compare

Patch Changes

  • #538 efcd10f Thanks @ahrjarrett! - optimize(zod,zod-test,zod-types): optimizes type-level performance of zx.fold

  • Updated dependencies [2b54afa, efcd10f]:

    • @traversable/registry@0.0.49
    • @traversable/zod-types@0.0.28
    • @traversable/json@0.0.52