charcoal-property 0.10.2
Complete commits list: 0.10.1...0.10.2
Summary:
- Added support for
validatable
flag on property to skip validation if value isfalse
- Added support for using
structure_model_class
(if customized) instead ofstructure_interfaces
onModelStructureProperty
- Added support for normalizing paths on
FileProperty
via newnormalizePath()
method - Improved
min
/max
options onDateTimeProperty
- Improved required/null/empty validation; allows "0" as an acceptable non-empty value
- Fixed serialization of
ModelStructureProperty
- Fixed undefined index
extension
inFileProperty