hasNoWhiteSpace
validationisTrimmed
validationisTrimmedLeft
validationisTrimmedRight
validation
- Breaking change - Moved validation functions from package
intl
to validations. - Breaking change - Removed intl dependency from package
core
and move translation into packageintl
. - Breaking change - Renamed
createMainValidate
tocombineValidate
. - Breaking change - Every validation is now optional and null-safe. Use
isRequired
validation to mark field as required. - Breaking change - Removed
createOptionalValidation
since it does not make sense to have it anymore.
- Improved documentation #16