· Enabled preserving native browser support for placeholder-value.
· Added validation "validationgroup".
· Added "isValid"-custom event to get or set a field valid/invalid.
· Added "selectPlaceholder"-option to globally specify the <option> for the placeholder.
· Added "data-vv-placeholder-nuber" attribute to locally specify the <option> for the placeholder.
· Added "debug"-argument to log usefull information to the console.
· Improved "requiredgroup"-validation.
· Fixed some small bugs.
· Changed default valid- and invalid-handlers: Invalid-class will be added added to the parent element of any invalid field.
· Added "validate" custom event to the form.
· Changed "validate.hiddenFields" and "validate.disabledFields" options to "validate.fields.hidden" and "validate.fields.disabled".
· Improved support for HTML5 data-attributes.
· Improved the usage of classnames.
· Added support for serverside validations.
· Changed names of callback function.
· Removed the usage of the alt-attribute.
· Replaced "submitform" and "resetform" public methods for "submitForm" and "resetForm" custom events.
· Improved pattern validation to HTML5 specifications.
· Added "keepAttributes" option to specify the HTML5 attributes to not remove from the markup.
· Changed parameters for callback functions.
· Performance improvements.
· Added option to not test for HTML5 (to improve performance).