Releases¶
0.9.0¶
Released on September 24th, 2022
0.8.1¶
Released on October 8th, 2020
Relax
validators
dependency requirement. (c73b194)
0.8.0¶
Released on March 12th, 2020
Remove deprecated
Constant
field. (d70b044)Improve
ValidationError
messages for container fields. (7746732)Rename
BaseField
to_Base
. (c5abc2f)Add
frozenset
to FIELD_CLASS_MAP. (24d7c0e)Add
Flatten
field. (9c740a5)Improve
Uuid
field normalization. (34783b0)Add
IpAddress
field. (667ca96)Extended string types now subclass
Text
notStr
. (5862375)Remove
fields.create()
method. (2a54886)Completely rework error handling. (c95b6b3)
Make
Tag.lookup_tag
default to module + qualname. (26963d6)
0.7.3¶
Released on January 12th, 2020
Fix contained
Optional
field (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
Model
tagging. (#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
BaseString
andUnicode
fields. (#35)Remove extra validation options from built-in type Fields. (#34)
Add
min()
andmax()
validation functions. (#34)Add
inclusive
option tobetween()
validator. (#34)Add
args
option to thefield.create()
method. (#34)Generate built-in types using the
field.create()
method. (#34)Add
Complex
andBytes
fields. (#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
Field
creation from functions. (#22)General API improvements. (#17)
Add
Boolean
,Dictionary
,Integer
, andString
aliases. (#11, #14)Add
serializers
anddeserializers
Field
options for arbitrary serializer and deserializer functions. (#6)Nested
fields now take the same options asto_dict()
andfrom_dict()
onModel
objects. (#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.