* Added new fields (BoolField, TimeField, DateField and DateTimeField). * ListField is always not required. * Schema can be now generated from class itself (not from an instance).
1.2
++++++++++++++++
* Fixed values population, when value is not dictionary. * Added custom validators. * Added tool for schema comparison.
1.1.1
++++++++++++++++++
* Added possibility to populate already initialized data to EmbeddedField. * Added `compare_schemas` utility.
1.1
++++++++++++++++
* Added docs. * Added json schema generation. * Added tests for PEP8 and complexity. * Moved to Python 3.4. * Added PEP257 compatibility. * Added help text to fields.