* Fix name conversion if omit_default enabled * Fix name conversion when parsing unknown fields
2.10.1
* NewType support * Fix TypedDict on Python 3.9 + typing_extensions * Fix using default when structure flattening
2.10
* per field validators
2.9
* 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`