Skip to content
Compare
Choose a tag to compare
@github-actions github-actions released this 25 Feb 20:07
2cfb58f

Minor Changes

  • Feature: added .asCombined() utility, which allows projections from multiple types at once (#366)

Patch Changes

  • Feature: added "passthrough" parameter for raw (#362)

  • Improvement: updated all examples to prefer using zod directly, like z.string() (#366)
    Improvement: export zod as z

  • Improvement: improved fragment types seen in IDEs (#365)

    Chore: ensure we explicitly export types, rather than export *, to limit "noise"