Releases: rstgroup/form-schema-validation
Releases · rstgroup/form-schema-validation
1.14.2
FIX
- mergeError fix for merge error if error is String.
1.14.1
FIX
- merge errors if error is set on the same key and index in array of Schema type.
- overwrite validation messages.
1.14.0
ADDED
- additional validators on schema (addValidator, removeValidator) for custom validation rules.
- possibility to set error in child schemas (setModelError)
1.13.1
FIX
- get function name - IE support
1.13.0
UPDATE
- Dependencies packages versions update
- eslint rules update
1.12.0
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.0
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
FIX
- add labels in error message in all type of errors
1.10.0
ADDED
- labels in error messages #4
FIX