- Added MuliProperty - Fixed validators argument in BaseProperty
1.4.0
- Added ValleyEncoder and ValleyDecoder - Added ForeignProperty and ForeignListProperty
1.2.1
- Fixed bugs in ListMixin and DictMixin
1.2.0
- Added ListProperty - Added DictProperty
1.1.1
- 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
1.1.0
- Added OrderedDeclaredVars class - Added more tests - Fixed create_error_dict flag on the BaseSchema class