posabsolute / jQuery-Validation-Engine

jQuery form validation plugin
http://www.position-absolute.com/articles/jquery-form-validator-because-form-validation-is-a-mess/
2.57k stars 1.2k forks source link

update version #977

Closed dennybrandes closed 5 years ago

dennybrandes commented 5 years ago

jQuery Validation Engine PR Request Template

Please note: Has this feature already been added? Sometimes, duplicate pull requests happen. It's worth checking the pull requests and issue page to see if the change you are requesting has already been made.

Descriptive name.

Your pull request should have a descriptive name.

Type of Change was Made?

What type of change does your code introduce? After creating the PR, tick the checkboxes that apply.

Description of the Change Being Made.

It's helpful to outline what changes were made to which files so that I have an idea of what will be involved in reviewing the code and—hopefully—merging it into the codebase.

Issue Number

If your pull request is related to a specific issue, please included it in your description and or pull request name. It helps to keep changes linked. Any issues that are referenced in pull requests become part of the discussion history of the issue.

Potential Performance Issues

Does the PR have a potential impact on performance on the codebase? If so, to what degree and why does the PR warrant the performance hit?

Tests/Checks

What tests were conducted to ensure the PR functions have no impact on previous functionalities of the code base?

New Dependencies

Have new dependencies been introduced? Please list them with links to documentation and add installation steps to the README.