Minor Bug Fixes
Fixed a bug in the tests that caused them to fail. Also Happy holidays
Updated to version 4.4.1
Updated to version 4.3.0
It's been a long time, updated to version 4.2.1
reverted back to code from v4.0.2 since v4.0.3 & v4.0.4 where riddled with bugs.
reverted back to code from v4.0.2 since v4.0.3 & v4.0.4 where riddled with bugs.
DECRECATED use v4.0.6+ instead
DECRECATED use v4.0.6_ instead
updated to validator.js v4.0.2
updated to validator.js v4.0.0 and new directive is-iso8601
updated to validator.js v3.41.2 and added support for async validation using the asyncValid directive
updated to validator.js v3.41.1
updated to validator.js v3.40.1. Deprecated is-phone and changed it to is-mobile-phone to be in parity with validator.js. Added new validators and suppot for optional arguments as in validator.js Major refactoring at tests, removed most of the files and replaced them with a single one.
updated to validator.js v3.40.0
updated to validator.js v3.39.0
updated to validator.js v3.38.0
updated package.json and bower.json
updated package.json and bower.json
updated package.json and bower.json
updated to validator.js v3.37.0
updated to validator.js v3.35.0
updated to validator.js v3.34.0
all validators are restricted as attributes now
updated to validator.js v3.33.0
simplified file structure
equals, watchEquals validators. watchEquals can be used for password validation where two fields may change. Currently it must not be used as a circular watch, e.x :
<input type="text" name="test1" ng-model="t.test1" watch-equals='{{t.test2}}'/>
<input type="text" name="test2" ng-model="t.test2" watch-equals='{{t.test1}}'/>
isPhone validator with validator.js's locales + Greek landline and mobile validation.
new validators and some validation options where possible.
version bump to be on par with validator.js