We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3f58797 commit 0013c63Copy full SHA for 0013c63
README.md
@@ -161,7 +161,7 @@ It also exposes the class `InputValidator` for manual instantiating.
161
[Tom Hanoldt](https://www.tomhanoldt.info)
162
163
## Changelog
164
-### WIP: 1.0.3
+### 1.0.3
165
* refactor `onBuildErrorHint`
166
* clear input events before attaching
167
* add tests for jquery>=1.10, >=2, >=3 (+slim version)
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "jquery.input.validator",
3
- "version": "1.0.2",
+ "version": "1.0.3",
4
"description": "This module helps to handle input validation based on standard html attributes.",
5
"main": "dist/jquery.input.validator.js",
6
"repository": {
0 commit comments