v1.0.0-beta.15
Pre-release
Pre-release
Many thanks to @andersk, @cloudkite and @thecotne for contributing to this release.
- Change implementation of
variant
andvariantAsync
to support optional discriminators usingexactOptional
,exactOptionalAsync
,optional
,optionalAsync
,nullish
ornullishAsync
- Change implementation of
looseObject
,looseObjectAsync
,object
,objectAsync
,objectWithRest
,objectWithRestAsync
,strictObject
andstrictObject
to supportfallback
andfallbackAsync
for missing entries (PR #1031)