Change Log
==========

Version 2.4.0 (2018-12-12)
--------------------------

* 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)


Version 2.3.0 (2018-08-05)
--------------------------

* Python 3.7 support


Version 2.2.0 (2018-07-14)
--------------------------

* Specialized extension handling for attrs based classes


Version 2.1.0 (2018-07-01)
--------------------------

* Specialized extension handling for typing.NamedTuple


Version 2.0.0 (2018-05-02)
--------------------------

* Build schema from annotated class definitions
* Register custom types and handlers to generate fields
* Documentation


Version 1.0.0 (2017-06-17)
--------------------------

* It lives
* Create schemas using type annotations
