We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
version 2.2.10
add `Wrap` member to DecodeError + add `withMessage` combinator to `D… …ecoder` and `TaskDecoder`
update changelog
make JsonRecord readonly
`intersection` should accumulate all errors
fix type information lost from nested decoder types, closes gcanti#479
remove the dependency on the `either` instance as a mean of improving… … tree shaking
make Decoder module more tree shaking friendly and remove applicative… … instance
add `TypeOf` operator to Codec, Encoder, Eq and Guard, closes gcanti#462
collect all errors while decoding, closes gcanti#449