Skip to content

charcoal-property 0.10.2

Compare
Choose a tag to compare
@mcaskill mcaskill released this 02 Mar 23:47
· 18 commits to master since this release

Complete commits list: 0.10.1...0.10.2

Summary:

  • Added support for validatable flag on property to skip validation if value is false
  • Added support for using structure_model_class (if customized) instead of structure_interfaces on ModelStructureProperty
  • Added support for normalizing paths on FileProperty via new normalizePath() method
  • Improved min/max options on DateTimeProperty
  • Improved required/null/empty validation; allows "0" as an acceptable non-empty value
  • Fixed serialization of ModelStructureProperty
  • Fixed undefined index extension in FileProperty