0.1.0
CHANGES:
[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 acceptConformist.t
as input
[0.0.1] - 2020-09-20
Added
- Initial release supporting
int
,float
,string
,bool
,Ptime.date
and custom types