Skip to content

v1.22.2

Compare
Choose a tag to compare
@nvie nvie released this 22 Jun 11:34
  • New decoders:

  • Improved type inference for object() and exact() decoders (see #515, thanks @dimfeld)

  • DecoderType is now an alias for $DecoderType (to support both TypeScript and Flow conventional naming)

  • GuardType (and $GuardType) is a new type function to extract the type of a guard instance