2.0.0
- Add DataType ArrayOf to be used as a type. Also allowing to define a type for its elements;
- Add isArray rule to force a field to be an array;
- Adapt min() and max() methods to validate arrays length;
- Create method RequestValidator::validateArray() with specific methods to validate arrays (minLength, maxLength);
- Add notEmpty rule to force a field to not be empty.