Issues
- 0
Change package and repository name to hunomina/data-validator to avoid namespace problems
#20 opened by hunomina - 1
Add date-format check for string typed list
#6 opened by hunomina - 0
Add ENUM check for numeric type
#12 opened by hunomina - 0
Add new rules property for typed list `list-*` allowing typed list configuration and keeping actual properties for list element validation
#16 opened by hunomina - 3
Split JsonRule into different rules based on data type (\Json\StringRule, \Json\TypedList\StringListRule, ...)
#7 opened by hunomina - 1
- 0
- 0
- 1
Remove ENUM rule property for boolean list
#17 opened by hunomina - 1
- 0
Refactor JsonSchema and JsonData constructor to avoid calling set...() directly after instantiation
#8 opened by hunomina - 0
Add `empty` attribute to be able to check if a value is "empty" (strings, typed list, ...)
#2 opened by hunomina - 0
Update to PHP7.4
#3 opened by hunomina