Skip to content

Commit 804eca3

Browse files
author
Tom Hanoldt
committed
allow email regexp to macth two char local domains and host subdomains
1 parent f189236 commit 804eca3

File tree

6 files changed

+8
-5
lines changed

6 files changed

+8
-5
lines changed

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "jquery.input.validator",
3-
"version": "1.0.21",
3+
"version": "1.1.0",
44
"homepage": "https://github.com/creative-workflow/jquery.input.validator",
55
"authors": [
66
"Tom Hanoldt <[email protected]>"

dist/jquery.input.validator.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/jquery.input.validator.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/jquery.input.validator.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# Changelog
22

3+
##### 1.1.0
4+
* allow email regexp to macth two char local domains and host subdomains
5+
36
##### 1.0.21
47
* better email regexp
58

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "jquery.input.validator",
3-
"version": "1.0.21",
3+
"version": "1.1.0",
44
"description": "This jquery plugin helps to handle html input validation. It uses strict html attributes to map the validation rules and is easy extendable.",
55
"main": "dist/jquery.input.validator.js",
66
"repository": {

0 commit comments

Comments
 (0)