Releases: wieldo/angular-formly-validator
Releases · wieldo/angular-formly-validator
v1.5.0
v1.4.0
Added
- allowed validator
- notallowed validator
v1.3.0
Added
- contain validator
- notcontain validator
v1.2.0
Added
- match validator
- notmatch validator
v1.1.1
Changed
- Refactor all files to use Strict Dependency Injection
v1.1.0
Added
- Tests of setFieldValidator, getFieldValidator, isEmpty, createError and parseRegExp methods
- Tests of register method
- Restrict validator names to match pattern [a-zA-Z]{3,}
- Tests of maxlength validator
- Tests of minlength validator
- Tests of required validator
- Tests of pattern validator
- Tests of notpattern validator
- Tests of maxnumber validator
- Support of floats in maxnumber validator
- Tests of minnumber validator
- Support of floats in minnumber validator
Fixed
- Not throwing errors when expression is missing or not a function
v1.0.0
v0.0.4
Added
- Helper method (isEmpty) to check if value is empty
- Min number validator (minnumber)
- Max number validator (maxnumber)
- Pattern validator (pattern)
- Negation of pattern validator (notpattern)
- String to RegExp parser as helper method (parseRegExp)
Fixed
- Use of angular.isEmpty function in maxlength and minlength validators
v0.0.3
Fixed
- undefined as a result of required validator
v0.0.2
Added
- Add wieldo:angular-formly to package (no more need to add angular-formly manually)