Skip to content

Releases: nullgr/react-validation-utils

Validate method typing in TS improved

Choose a tag to compare

@Kazimirkas Kazimirkas released this 08 May 14:21
910bfce

Validate method type for TypeScript is now more accurate.

release 1.3.6 state only string type in TS bug fixed

Choose a tag to compare

@Kazimirkas Kazimirkas released this 08 May 09:06
e222298

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

Choose a tag to compare

@bondom bondom released this 06 Apr 07:57
2d65c14
Merge pull request #28 from nullgr/release/1.3.5

Release/1.3.5

v1.3.3

Choose a tag to compare

@bondom bondom released this 05 Apr 13:56
1.3.3

Type Definitions

Choose a tag to compare

@bondom bondom released this 05 Apr 18:43
7457a55

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

Added isFieldValid method

Choose a tag to compare

@Kazimirkas Kazimirkas released this 27 Feb 13:14

Added isFieldValid method

Added updater function support

Choose a tag to compare

@Kazimirkas Kazimirkas released this 26 Feb 19:52

Added updater function support in validate method.