A field that is optional can be missing from the input data or the value can be []. Decoding and validation will still work as expected. The decoded value is None.
[0.1.0] - 2020-09-29
Added
Conformist.Field.type_ can be used to retrieve a string representation of the type
Support for custom encoders for custom types
Support for encoding default values if present, this can be used to print schemas
Fixed
Move mandatory field name parameter to the end of create functions in order to get rid of the trailing () argument
[0.0.2] - 2020-09-29
Fixed
Move fold_left to top level module and accept Conformist.t as input