* Dict field converter (see docs for details and cavaets) (21) * Fixed issue with AttrsConverter that would treat non-attrs based classes in containers as if they were attrs based (25) * Retain metadata attached to attr.ib fields when generating schema (26)
2.3.0
--------------------------
* Python 3.7 support
2.2.0
--------------------------
* Specialized extension handling for attrs based classes
2.1.0
--------------------------
* Specialized extension handling for typing.NamedTuple
2.0.0
--------------------------
* Build schema from annotated class definitions * Register custom types and handlers to generate fields * Documentation
1.0.0
--------------------------
* It lives * Create schemas using type annotations