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, likez.string()
(#366)
Improvement: export zod asz
-
Improvement: improved fragment types seen in IDEs (#365)
Chore: ensure we explicitly export types, rather than
export *
, to limit "noise"