Skip to content

v1.0.0-beta.15

Pre-release
Pre-release
Compare
Choose a tag to compare
@fabian-hiller fabian-hiller released this 04 Feb 17:12

Many thanks to @andersk, @cloudkite and @thecotne for contributing to this release.

  • Change implementation of variant and variantAsync to support optional discriminators using exactOptional, exactOptionalAsync, optional, optionalAsync, nullish or nullishAsync
  • Change implementation of looseObject, looseObjectAsync, object, objectAsync, objectWithRest, objectWithRestAsync, strictObject and strictObject to support fallback and fallbackAsync for missing entries (PR #1031)