- refining validators
- added attr_getter to child, and many
- Updating docs
- Making it official
- Fixing python 3 comptatability issue
- Removed an errant print statement
- Fixed a bug with datetime validators
- Fixed a bug with multiple validation, pointing to the correct index
- Fixed a bug that applied vlaidation to entire array in multiple instead of elements
- Added a dict_field, if source is dict, instead of an object
- Added ability to pass validators to child, and many instances applying validation before moving to sub-element
- Added tests around catching nested validation errors
- Added formatters, so things can be formatted on the way out
- Got rid of encoders, not the domain of this project
- Everything can be imported from one namespace
- Changed the API from to_representation/to_internal to serialize/deserialize
- Fleshed out docs
- Added datetime validator
- Increased speed bu reducing loops
- Add some validators
- Birth