v1.0.0-beta.5
Pre-release
Pre-release
Many thanks to @NiklasPor and @ssalbdivad for contributing to this release.
- Fix output type of
optional
,optionalAsync
,nullable
,nullableAsync
,nullish
andnullishAsync
schema - Fix implementation of
nonOptional
,nonOptionalAsync
,nonNullable
,nonNullableAsync
,nonNullish
andnonNullishAsync
schema in edge cases (issue #909)