use-state-validate
Advanced tools
Comparing version 2.3.0 to 2.5.0
{ | ||
"name": "use-state-validate", | ||
"version": "2.3.0", | ||
"version": "2.5.0", | ||
"description": "Custom hook to account for state and validation off single state value", | ||
@@ -5,0 +5,0 @@ "license": "MIT", |
@@ -76,2 +76,3 @@ # use-state-validate | ||
"value": "value of field", | ||
"name": "label given to wrapper", | ||
"isDirty": false, | ||
@@ -200,2 +201,3 @@ "isRequired": true, | ||
### Changelog | ||
* v2.4.0 - Adds name to IStateValidateRules and validation wrapper | ||
* v2.3.0 - Exposes IStateValidateRules | ||
@@ -202,0 +204,0 @@ * v2.2.0 - Adds types to rules object |
13668
211