* Make all builtin validators context-aware * Make validators part of public type interface * Fix repr for Length validator
1.1.1
++++++++++++++++++
* Add "name" and "description" fields to types * Updated modifier types to proxy unknown attributes to inner types
1.1
++++++++++++++++
* Improved repr() for type objects to allow figuring out schema by just printing it * Updated Dict type to allow transforming/validating dictionary keys * Fixed/updated custom type documentation
1.0.4
++++++++++++++++++
* Fix Transform type not being exported (thanks to Vladimir Bolshakov <https://github.com/vovanbo>) * Declare support for Python 3.6 (thanks to Vladimir Bolshakov <https://github.com/vovanbo>)
1.0.3
++++++++++++++++++
* Add validated_type to list of exported functions * Fix context awareness for manually added validators
1.0.2
++++++++++++++++++
* Improved callbacks performance by prebaking context awareness