Releases: jonsamwell/angular-auto-validate
v1.19.6
v1.19.5
fixed build error
v1.19.4
Fixed a few issue and merged some pull requests
v1.19.3
Fixed a problem with ng-model-options updateOn blur/default with debounce not validating - a bit of a tricky problem!
v1.19.2
Added Async Validator capability see https://github.com/jonsamwell/angular-auto-validate/wiki/Async-Validators
v1.19.1
v1.19.1 16/11/2015
Fixed problem with the de-bounce function in the ngModel decorator.
Option added to the validator service to automatically scroll to the first invalid input.
v1.19.0
Possible breaking change fixing i18n caching issue with en-us and en-gb files. The default language
is now 'default' and not en-gb.
New Turkish translation.
Updated German translation
IE10 speed improvement when validating a form.
The BS3 modifier no longer adds the has-feedback class if state icons are not enabled.
Fixed issue when serialising the form controller to json
You can now add the attribute disable-auto-validate="true" to an element and it won't validate.
v1.18.17
Added pt-pt and zh-tw lang files
v1.18.16
v1.18.15
Added nl-nl (Dutch) language file thanks to
Added zh-cn (simplified chinese) language file thanks to https://github.com/bwlee
Foundation modifier now checks for either the 'columns' or 'column' class as you can you either with foundation 5.
Fixed issue #85 supportsNgModelOptions logic mistake