Skip to content

Tags: AppStackTop/angular-validation

Tags

v1.5.9

Toggle v1.5.9's commit message
Bump version for package.json to work with WebPack

Forgot to bump version

v1.5.8

Toggle v1.5.8's commit message
Merge pull request ghiscoding#136 from Gusi/angular-validation-is-not…

…-found-by-browserify-#128

Updated main entry at package.json to work with WebPack

v1.5.7

Toggle v1.5.7's commit message
Add Dutch and Romanian ghiscoding#134

v1.5.6

Toggle v1.5.6's commit message
Dates validator now checks for leap year, fix ghiscoding#130

- Prior to this change, Dates validator had basic tests on them and it
wasn't validating leap year. Now it does check for leap year and also
check for a valid calendar date.
- Note: Short dates are deprecated and weren't part of this change, I
spent too much time trying to adapt regex I found. If someone want to
fix them, please make a PR and I'll be happy :)

v1.5.5

Toggle v1.5.5's commit message
If translation isn't working, throw an error

v1.5.4

Toggle v1.5.4's commit message
Fixed an issue with 3rd party single object

- Fixed an issue with 3rd validation when an object was disguised as an
array and was not triggering a $scope.$watch, so the validation was
never kicking in. For example the 3rd party package "Dropdown
Multiselect" when setting the option of "selectionLimit" to 1 is
returning an array while in fact it's a an object. It's returning this
`[id: 1, label: 'John']` but in reality this is an object (not an array)
and should be this `{id: 1, label: 'John'}` and so because of that, the
$scope.$watch never kicks in.
- Also added a international phone number validation

v1.5.3

Toggle v1.5.3's commit message
Added C# validation annotation

Add more aliases for a few validators to fit the ones in C# validation
annotation.

v1.5.2

Toggle v1.5.2's commit message
changelog

v1.5.1

Toggle v1.5.1's commit message
ghiscoding#111 Add US phone & tweaked credit card rules

v1.5.0

Toggle v1.5.0's commit message
Breaking Change rename ValidationService issue ghiscoding#107

- new 1.5.x branch has a breaking change, which is the fix of the
uppercase on ValidationService object (instead of validationService
which was wrong has mentioned in issue ghiscoding#107).
- added angular-validation-ghiscoding to NPM and fixed the .npmignore