Many thanks to @pschiffmann for contributing to this release.
- Remove
NonNullable
,NonNullish
andNonOptional
type - Add
NonNullableInput
,NonNullableOutput
,NonNullishInput
,NonNullishOutput
,NonOptionalInput
andNonOptionalOutput
type - Improve type signature of
omit
,omitAsync
,pick
andpickAsync
schema to also allow read-only object keys (issue #380) - Fix type of
pipe
argument atintersect
andintersectAsync
schema