Changelog¶
2.0.0 (2015-12-28)¶
- Fix compatibility with webargs>=0.16.0.
- Remove redundant implementation of
ValidationError.marshmallow-validatorswill import theValidationErrorfromwebargsif it is available, falling back onmarshmallow.ValidationError.
1.0.0 (2015-08-30)¶
- First release.
- Supports conversion of WTForms and colander validators.
ValidationErrorthat inherits from both webargs’ValidationError(if webargs is installed) and marshmallow’sValidationError.