All Versions
26
Latest Version
Avg Release Cycle
168 days
Latest Release
-
Changelog History
Page 3
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