:version:`0.22.0 <v0.21.0...v0.22.0>` - 2020-01-11
--------------------------------------------------
**Added**
- Show multiple found failures in the CLI output. :issue:`266` & :issue:`207`
- Raise a proper exception when the given schema is invalid. :issue:`308`
- Support for ``None`` as a value for ``--hypothesis-deadline``. :issue:`349`
**Fixed**
- Handling binary request payloads in ``Case.call``. :issue:`350`
- Type of the second argument to all built-in checks set to proper ``Case`` instead of ``TestResult``.
The error was didn't affect built-in checks since both ``Case`` and ``TestResult`` had ``endpoint`` attribute, and only it was used. However, this fix is not backward-compatible with 3rd party checks.