We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
d70f542
New decoder lazy(): lazily-evaluated decoder, suitable to define self-referential types.
lazy()
Fix compatibility with Flow 0.127.0
f467411
6a8620d
e9842a2
111d032
Bump to 1.20.0-rc1
3e290c2
e3e0fb5
New decoders:
tuple1
622e5c8
exact_by_default=true
debrief
3198cf8
nonEmptyString: like string, but will fail on inputs with only whitespace (or the empty string)
nonEmptyString
string
nonEmptyArray: like array, but will fail on inputs with 0 elements
nonEmptyArray
array
Fixes:
cbf9bb4
May cause breakage for Flow users:*
object()
exact()
any
(*: For TypeScript users, this version is identical to v1.16.1.)