2018-11-09
- deleted
isPositiveFloat, isPositiveIntfunctions and addedisAtLeast, isAtMost, isGreaterThan, isLessThan, isRangefunctions to Validators - added
invalidatefunction to Validation
2018-10-12
Validation.preValidatedField : (val -> String) -> val -> Field String val(notpreValidatedField : val -> Field String valanymore)(|:)deleted and replacedapplyValidity(>&&)changed tocomposite
2018-02-12
There is a couple of changes:
- for composing two Validators we use
(>&&)instead of(>=>) - we added a few functions:
isFloat,isPositiveFloat,isInList,isUrl,isValidFieldandpreValidatedField - functions
isNaturalandisPositiveIntwere refactored toisPositiveInt - name of function
applywe rewrote onapplyValidity