- 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-validators
will import theValidationError
fromwebargs
if it is available, falling back onmarshmallow.ValidationError
.
- First release.
- Supports conversion of WTForms and colander validators.
ValidationError
that inherits from both webargs'ValidationError
(if webargs is installed) and marshmallow'sValidationError
.