Releases¶
0.9.0¶
Released on September 24th, 2022
0.8.1¶
Released on October 8th, 2020
Relax
validatorsdependency requirement. (c73b194)
0.8.0¶
Released on March 12th, 2020
Remove deprecated
Constantfield. (d70b044)Improve
ValidationErrormessages for container fields. (7746732)Rename
BaseFieldto_Base. (c5abc2f)Add
frozensetto FIELD_CLASS_MAP. (24d7c0e)Add
Flattenfield. (9c740a5)Improve
Uuidfield normalization. (34783b0)Add
IpAddressfield. (667ca96)Extended string types now subclass
TextnotStr. (5862375)Remove
fields.create()method. (2a54886)Completely rework error handling. (c95b6b3)
Make
Tag.lookup_tagdefault to module + qualname. (26963d6)
0.7.3¶
Released on January 12th, 2020
Fix contained
Optionalfield (again). (#120)
0.7.2¶
Released on December 2nd, 2019
0.7.1¶
Released on September 26th, 2019
0.7.0¶
Released on September 8th, 2019
0.6.2¶
Released on July 20th, 2019
0.6.1¶
Released on April 4th, 2019
Fix some bugs in
Modeltagging. (#92)
0.6.0¶
Released on March 30th, 2019
0.5.2¶
Released on February 4th, 2019
0.5.1¶
Released on January 29th, 2019
0.5.0¶
Released on January 29th, 2019
0.4.1¶
Released on January 23rd, 2019
0.4.0¶
Released on January 6th, 2019
0.3.2¶
Released on December 19th, 2018
0.3.1¶
Released on December 17th, 2018
0.3.0¶
Released on December 9th, 2018
Support Python 2.7. (#35)
Add
BaseStringandUnicodefields. (#35)Remove extra validation options from built-in type Fields. (#34)
Add
min()andmax()validation functions. (#34)Add
inclusiveoption tobetween()validator. (#34)Add
argsoption to thefield.create()method. (#34)Generate built-in types using the
field.create()method. (#34)Add
ComplexandBytesfields. (#34)Do not clutter root namespace with fields. (#34)
0.2.1¶
Released on November 21th, 2018
0.2.0¶
Released on November 16th, 2018
Add validate module with validate functions for use with fields. (#22)
Support
Fieldcreation from functions. (#22)General API improvements. (#17)
Add
Boolean,Dictionary,Integer, andStringaliases. (#11, #14)Add
serializersanddeserializersFieldoptions for arbitrary serializer and deserializer functions. (#6)Nestedfields now take the same options asto_dict()andfrom_dict()onModelobjects. (#5)
0.1.2¶
Released on October 28th, 2018
Add support for ignoring unknown dictionary keys (#1)
0.1.1¶
Released on October 27th, 2018
Initial release, fixed.
0.1.0¶
Released on October 27th, 2018
Initial release, yanked.