use-state-validate
Advanced tools
Comparing version 2.5.3 to 2.5.4
@@ -6,3 +6,3 @@ export interface IStateWithValidation<T> { | ||
isValid: boolean; | ||
name: string; | ||
name?: string; | ||
type?: string; | ||
@@ -9,0 +9,0 @@ value: T; |
{ | ||
"name": "use-state-validate", | ||
"version": "2.5.3", | ||
"version": "2.5.4", | ||
"description": "Custom hook to account for state and validation off single state value", | ||
@@ -5,0 +5,0 @@ "license": "MIT", |
@@ -200,3 +200,3 @@ # use-state-validate | ||
### Changelog | ||
* v2.5.3 - Bugfix - required, message type | ||
* v2.5.4 - Bugfix - required, message type | ||
* v2.5.1 - Bugfix | ||
@@ -203,0 +203,0 @@ * v2.4.0 - Adds name to IStateValidateRules and validation wrapper |
13991