Skip to content

Releases: rstgroup/form-schema-validation

1.14.2

23 Feb 08:25
Compare
Choose a tag to compare

FIX

  • mergeError fix for merge error if error is String.

1.14.1

23 Feb 07:39
Compare
Choose a tag to compare

FIX

  • merge errors if error is set on the same key and index in array of Schema type.
  • overwrite validation messages.

1.14.0

19 Feb 07:05
Compare
Choose a tag to compare

ADDED

  • additional validators on schema (addValidator, removeValidator) for custom validation rules.
  • possibility to set error in child schemas (setModelError)

1.13.1

29 Jan 08:20
Compare
Choose a tag to compare

FIX

  • get function name - IE support

1.13.0

06 Jan 19:39
Compare
Choose a tag to compare

UPDATE

  • Dependencies packages versions update
  • eslint rules update

1.12.0

08 Dec 13:03
Compare
Choose a tag to compare

ADDED

  • optionalType that gives you posibility to use optional type. This type pass null and undefined if field is not required.
  • fix for validate required schema type

1.11.1

11 Sep 20:44
Compare
Choose a tag to compare

FIXES

  • async validation

1.11.0

11 Sep 18:38
Compare
Choose a tag to compare

FIX

  • get Boolean default value "false" #7
  • wrap default value to array #6

ADDED

  • disableDefaultValue give you posibility to dont generate default value for field
  • auto registration new schema types. You can create your own schema types

1.10.1

11 Sep 07:30
Compare
Choose a tag to compare

FIX

  • add labels in error message in all type of errors

1.10.0

08 Sep 14:30
Compare
Choose a tag to compare

ADDED

  • labels in error messages #4

FIX

  • Date default value