Cerberus v0.3.0 Release Notes

  • ๐Ÿš€ Released on July 9 2013.

    • ๐Ÿ“„ docstrings now conform to PEP8.
    • self.errors returns an empty list if validate() has not been called.
    • โž• added validation for the 'float' data type.
    • 'nullable' rule added to allow for null field values to be accepted in validations. This is different than required in that you can actively change a value to None instead of omitting or ignoring it. It is essentially the ignore_none_values, allowing for more fine grained control down to the field level (Kaleb Pomeroy).