- Initial Release
- Fixed DateTimeProperty and DateTimeVariableMixin
- Added OrderedDeclaredVars class
- Added more tests
- Fixed create_error_dict flag on the BaseSchema class
- Added choices to BaseProperty kwargs
- Added ChoiceValidator
- Changed the name of create_error_dict and is_valid to _is_valid and _create_error_dict
- Fixed _create_error_dict logic in validate
- Added ListProperty
- Added DictProperty
- Fixed bugs in ListMixin and DictMixin
- Added ValleyEncoder and ValleyDecoder
- Added ForeignProperty and ForeignListProperty
- Added MuliProperty
- Fixed validators argument in BaseProperty