* Python 3.9 support * replace ellipsis with original name in `name_mapping` * different modes of parsing unknown fields * json-schema prototype * fix error messages when parsing Optional and Union types
2.8.1
Hotfix for python 3.6
2.8
* Mode naming styles by zhPavel * Added depreation warning * Schema support for typed dicts and init-based parsing * Fix parsing `:list` and `:dict`
2.7
* TypedDict * get_parser, get_serializer in schema * ClsCheckSchema helper
2.6
* Literal * Polymorphic parsing helper * Some parsing speed improvement by zhPavel * Fix serialization speed regression * README updates by zhPavel