Cerberus v0.5 Release Notes

  • 🚀 Released on December 4 2013

    • 'validator.errors' now returns a dictionary where keys are document fields and values are lists of validation errors for the field.
    • Validator instances are now callable. Instead of validated = validator.validate(document) you can now choose to do 'validated = validator(document)' (Eelke Hermens).