Skip to content

Commit

Permalink
version bump...
Browse files Browse the repository at this point in the history
  • Loading branch information
victorjonsson committed Sep 10, 2016
1 parent 8796c48 commit a0c49c5
Show file tree
Hide file tree
Showing 34 changed files with 37 additions and 47 deletions.
2 changes: 1 addition & 1 deletion form-validator/brazil.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion form-validator/date.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions form-validator/file.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion form-validator/html5.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

15 changes: 3 additions & 12 deletions form-validator/jquery.form-validator.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
/** File generated by Grunt -- do not modify
* JQUERY-FORM-VALIDATOR
*
* @version 2.3.44
* @version 2.3.45
* @website http://formvalidator.net/
* @author Victor Jonsson, http://victorjonsson.se
* @license MIT
Expand Down Expand Up @@ -58,6 +58,7 @@
this.$form = $form;
this.$input = $input;
this.reset();
$input.on('change paste', this.reset.bind(this));
}

AsyncValidation.prototype.reset = function() {
Expand All @@ -77,7 +78,7 @@
}
return null; // Waiting for result
} else if(this.hasRun) {
this.$input.one('keyup paste', this.reset.bind(this));
//this.$input.one('keyup change paste', this.reset.bind(this));
return this.result;
} else {
if (eventContext === 'submit') {
Expand Down Expand Up @@ -774,9 +775,6 @@
displayError = false;
}

$.formUtils.isValidatingEntireForm = true;
$.formUtils.haltValidation = false;

/**
* Adds message to error message stack if not already in the message stack
*
Expand Down Expand Up @@ -1157,7 +1155,6 @@

// Trigger jQuery event that we're about to setup validation
var $form = $(form);
// $.formUtils.$win.trigger('formValidationSetup', [$form, conf]);
$form.trigger('formValidationSetup', [$form, conf]);

// Remove classes and event handlers that might have been
Expand Down Expand Up @@ -1306,12 +1303,6 @@
*/
haltValidation: false,

/**
* This variable will be true $.fn.isValid() is called
* and false when $.fn.validateOnBlur is called
*/
isValidatingEntireForm: false,

/**
* Function for adding a validator
* @param {Object} validator
Expand Down
4 changes: 2 additions & 2 deletions form-validator/jquery.form-validator.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion form-validator/jsconf.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/** File generated by Grunt -- do not modify
* JQUERY-FORM-VALIDATOR
*
* @version 2.3.44
* @version 2.3.45
* @website http://formvalidator.net/
* @author Victor Jonsson, http://victorjonsson.se
* @license MIT
Expand Down
2 changes: 1 addition & 1 deletion form-validator/lang/ca.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion form-validator/lang/cs.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion form-validator/lang/da.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion form-validator/lang/de.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion form-validator/lang/es.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion form-validator/lang/fr.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion form-validator/lang/it.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion form-validator/lang/nl.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion form-validator/lang/no.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion form-validator/lang/pl.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion form-validator/lang/pt.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion form-validator/lang/ro.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion form-validator/lang/ru.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion form-validator/lang/sv.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion form-validator/lang/vi.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion form-validator/location.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion form-validator/logic.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion form-validator/poland.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion form-validator/sanitize.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion form-validator/security.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion form-validator/sepa.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion form-validator/sweden.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion form-validator/toggleDisabled.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion form-validator/uk.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion formvalidator.jquery.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"validation",
"validator"
],
"version": "2.3.44",
"version": "2.3.45",
"author": {
"name": "Victor Jonsson",
"url": "http://victorjonsson.se",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "jquery-form-validator",
"description": "With this feature rich jQuery plugin it becomes easy to validate user input while keeping your HTML markup clean from javascript code. Even though this plugin has a wide range of validation functions it's designed to require as little bandwidth as possible. This is achieved by grouping together validation functions in \"modules\", making it possible for the programmer to load only those functions that's needed to validate a particular form.",
"version": "2.3.44",
"version": "2.3.45",
"main": "./form-validator/jquery.form-validator.min.js",
"keywords": [
"form",
Expand Down
1 change: 0 additions & 1 deletion test/form.html
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,6 @@
<label class="control-label">File validation</label>
<input type="file" name="some-file1" class="form-control"
data-validation="size mime required dimension"
data-validation-help="Images only"
data-validation-allowing="jpg, png, ico"
data-validation-dimension="100-800"
data-validation-max-size="400kb"
Expand Down

0 comments on commit a0c49c5

Please sign in to comment.