Skip to content

Releases: nullgr/react-validation-utils

Validate method typing in TS improved

08 May 14:21
910bfce

Choose a tag to compare

Validate method type for TypeScript is now more accurate.

release 1.3.6 state only string type in TS bug fixed

08 May 09:06
e222298

Choose a tag to compare

release 1.3.6 state only string type in TS bug fixed. Now you can pass to state any type.

Fixed types for main module

06 Apr 07:57
2d65c14

Choose a tag to compare

Merge pull request #28 from nullgr/release/1.3.5

Release/1.3.5

v1.3.3

05 Apr 13:56

Choose a tag to compare

1.3.3

Type Definitions

05 Apr 18:43
7457a55

Choose a tag to compare

Added type definitions(.d.ts files), so library can be used in typescript projects with full typescript power

Added isFieldValid method

27 Feb 13:14

Choose a tag to compare

Added isFieldValid method

Added updater function support

26 Feb 19:52

Choose a tag to compare

Added updater function support in validate method.