Cerberus v0.7 Release Notes

  • πŸš€ Released on May 16 2014.

    • πŸ‘ Python 3.4 is now supported.
    • πŸ‘ tox support.
    • βž• Added 'dependencies' validation rule (Lujeni).
    • βž• Added 'keyschema' validation rule (Florian Rathgeber).
    • βž• Added 'regex' validation rule. Closes :issue:29.
    • βž• Added 'set' as a core data type. Closes :issue:31.
    • Not-nullable fields are validated independetly of their type definition (Jaroslav Semančík).
    • Python trove classifiers added to setup.py. Closes :issue:32.
    • 'min' and 'max' now apply to floats and numbers too. Closes :issue:30.