1.17
* Prefer the same type in union loading

1.16
* New uniontypes() function.
* Make list and dictionary loaders raise the correct exceptions
* Able to load from argparse.Namespace

1.15
* Add support for FrozenSet[T].
* Define __all__ for typechecks.
* Add name mangling support in dataclass, to match attrs.
* Add support for datetime.date, datetime.time, datetime.datetime

1.14
* Add support for Tuple[t, ...]

1.13
* Fix bug in loading attr classes and passing random crap.
  Now the proper exception is raised.
* New module to expose the internal type checks functions

1.12
* Support fields with factory for dataclass

1.11
* Fixed problem when printing sub-exceptions of failed unions
* Improve documentation

1.10
* Make mypy happy again

1.9
* Support ForwardRef
* Add a new Exception type with more details on the error (no breaking API changes)

1.8
* Make mypy happy again

1.7
* Make mypy happy again

1.6
* Run tests on older python as well
* Support for dataclass (Since python 3.7)
* Added methods to find the appropriate handlers

1.5
* Improve handling of unions
* Better continuous integration
* Support python 3.7

1.4
* Add support for name mangling in attr plugin
* Parameters can be passed as kwargs
* Improved exception message for NamedTuple loading

1.3
* Add support for Python < 3.5.3

1.2
* Ship the plugins in pypy

1.1
* Able to load and dump old style NamedTuple
* Support for Python 3.5
* Target to run mypy in makefile
* Refactor to support plugins. The API is still compatible.
* Plugin for the attr module, seems useful in Python 3.5

1.0
* Has a setting to hide default fields or not, in dumps
* Better error reporting
* Add file for PEP 561

0.9
* Initial release
