v1.0.0-beta.15
Pre-release
Pre-release
Many thanks to @andersk, @cloudkite and @thecotne for contributing to this release.
- Change implementation of
variantandvariantAsyncto support optional discriminators usingexactOptional,exactOptionalAsync,optional,optionalAsync,nullishornullishAsync - Change implementation of
looseObject,looseObjectAsync,object,objectAsync,objectWithRest,objectWithRestAsync,strictObjectandstrictObjectto supportfallbackandfallbackAsyncfor missing entries (PR #1031)