Skip to content
This repository has been archived by the owner on Jul 1, 2020. It is now read-only.

Releases: ghiscoding/angular-validation

Fixed issue #91, enhancement #97 and #98

21 Dec 05:49
Compare
Choose a tag to compare
  • Fixed issue #91 interpolation problem with remove validation doesn't work twice.
  • Enhancement #98 possibility to use one validation or another (tell how many Validators are required for field to become valid).
  • Enhancement #97 possibility to validate even on empty text field (useful on custom and remote validation).
  • Refined some Validators (IPV6 now include compressed/uncompressed addresses, added more Polish characters to other Validators)

Input name accepting dot (.), in_list accepting special characters and added Polish chars

15 Dec 14:04
Compare
Choose a tag to compare

Fixed issue #92 input name with '.' was not working correctly on error message
Issue #96 in_list was not accepting special characters.
Enhancement #94 added Polish characters, thanks @Waniusza

Fixed blinking messages, issue #90

11 Dec 20:48
Compare
Choose a tag to compare

While doing TAB out, the error message appears to be blinking to human eyes, now fixed.

Fixed implicit global variable on regex

02 Dec 17:57
Compare
Choose a tag to compare

Added new validation-callback attribute, also added parameters to both Custom & Remote validators

15 Nov 05:45
Compare
Choose a tag to compare
  • Added new validation-callback attribute, runs after the debounce/blur and validaiton are completed
  • Added possibility passing arguments to Custom & Remote validators
  • Added new Global Options: hideErrorUnderInputs

Fixed issue #78 - `max` validator problem

04 Nov 05:40
Compare
Choose a tag to compare

Fixed issue #78 - 'strValue is not defined' error when using max auto-detect validator.

Fixed small issue with pulling form name

02 Nov 03:34
Compare
Choose a tag to compare
In some occasion, trying to find the parent form and the form name of an
input element was giving the wrong result. We should call instead
`form.getAttribute("name")` for correct result.

Added validation through custom user defined functions

30 Oct 03:30
Compare
Choose a tag to compare
  • Added validation through custom user defined functions, enhancement #75
  • Also fixed issue #76

Sanitized messages & fixed issue #69 display error on invalid chars for input[number]

13 Oct 03:26
Compare
Choose a tag to compare
  • Added sanitize to the demo page
  • Fixed issue #69, display proper error message when user type invalid chars on an input[number]

External 3rd party addon Validation

05 Oct 04:58
Compare
Choose a tag to compare
  • Can now validate external 3rd party addons, asked in issue #57, #66, #67 (like ngTagsInput, Angular MultiSelect, Dropdown multi-select, etc...)
  • Fixed French translation #73