jwaliszko / ExpressiveAnnotations

Annotation-based conditional validation library.
MIT License
351 stars 123 forks source link

allow up to 64 attributes. use hex value for suffix to ValidationType… #218

Closed izakbar closed 10 months ago

izakbar commented 10 months ago

… suffix instead of single char

Increasing limit of Attributes per field to 64 (from 27) by using hex representation of count instead of a-z. If really pushed could up the value to 256 but best as low as can get away with. "fix" for #96 #207

izakbar commented 10 months ago

ah.. javascript side needs fixor too hrm... I see the problem - needs to be pre-allocated. omg that is annoying.