Skip to content

v1.18.0

Compare
Choose a tag to compare
@nvie nvie released this 11 Feb 22:09

New decoders:

  • nonEmptyString: like string, but will fail on inputs with only whitespace
    (or the empty string)

  • nonEmptyArray: like array, but will fail on inputs with 0 elements

Fixes:

  • Fix Flow type bugs when Flow option exact_by_default=true is enabled