You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jul 1, 2020. It is now read-only.
- Deprecated old implentation of `regex:...:regex` (though it still
works) by a new and much better implementation of `pattern=` validator.
- Converted all the rules from string pattern to regex pattern (when
possible) defined in `angular-validation.js`.
- Also fixed issue #45 on email check.
Copy file name to clipboardExpand all lines: changelog.txt
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,6 @@
1
1
Angular-Validation change logs
2
2
3
+
1.3.35 (2015-07-15) Deprecated old implentation of `regex:...:regex` (though it still works) by a new and much better implementation of `pattern=` validator. Converted all the rules from string pattern to regex pattern (when possible) defined in `angular-validation.js`. Also fixed issue #45 on email check.
3
4
1.3.34 (2015-07-08) Merge pull request #44 - Adding support to brazilian portuguese language.
4
5
1.3.33 (2015-07-02) Reset isolatedScope on route change
5
6
1.3.32 (2015-06-24) Merged pull request #41 and fixed errors inside it, updated Protractor test as well.
0 commit comments