All Versions
26
Latest Version
Avg Release Cycle
168 days
Latest Release
-

Changelog History
Page 3

  • v0.3.0 Changes

    ๐Ÿš€ 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).
  • v0.2.0 Changes

    ๐Ÿš€ Released on April 18 2013.

    • 'allow_unknown' option added.
  • v0.1.0 Changes

    ๐Ÿš€ Released on March 15 2013. Codename: 'Claw'.

    • entering beta phase.
    • ๐Ÿ‘Œ support for Python 3.
    • ๐Ÿ›  pep8 and pyflakes fixes (Harro van der Klauw).
    • โœ‚ removed superflous typecheck for empty validator (Harro van der Klauw).
    • 'ignore_none_values' option to ignore None values when type checking (Harro van der Klauw).
    • 'minlenght' and 'maxlength' now apply to lists as well (Harro van der Klauw).
  • v0.0.3 Changes

    ๐Ÿš€ Released on January 29 2013

    • when a list item fails, its offset is now returned along with the list name.
    • 'transparent_schema_rules' option added.
    • 'empty' rule for string fields.
    • 'schema' rule on lists of arbitrary lenght (Martjin Vermaat).
    • 'allowed' rule on strings (Martjin Vermaat).
    • โฌ†๏ธ 'items' (dict) is now deprecated. Use the upgraded 'schema' rule instead.
    • AUTHORS file added to sources.
    • ๐Ÿ”„ CHANGES file added to sources.
  • v0.0.2 Changes

    ๐Ÿš€ Released on November 22 2012.

    • โž• Added support for addition and validation of custom data types.
    • ๐Ÿ“š Several documentation improvements.
  • v0.0.1 Changes

    ๐Ÿš€ Released on October 16 2012.

    ๐Ÿš€ First public preview release.

    โฌ†๏ธ .. _upgrade notes: upgrading ๐Ÿ“„ .. _funding page: https://docs.python-cerberus.org/en/stable/funding.html