- Drop support for Python 3.4. Version 2.7 and >=3.5 are supported.
- Drop support for Python 3.3. Version 2.7 and >=3.4 are supported.
- Test against marshmallow 3.
- Fix compatibility with webargs>=0.16.0.
- Remove redundant implementation of
ValidationError.marshmallow-validatorswill import theValidationErrorfromwebargsif it is available, falling back onmarshmallow.ValidationError.
- First release.
- Supports conversion of WTForms and colander validators.
ValidationErrorthat inherits from both webargs'ValidationError(if webargs is installed) and marshmallow'sValidationError.