Releases: rstgroup/form-schema-validation
Releases · rstgroup/form-schema-validation
2.0.1
FIX
- old version compatibility (Schema and SchemaType checking)
v2.0.0
CHANGED
- change merge errors behavior.
1.17.4
FIXES
- mergeErrors problem with merge arrays of strings
1.17.3
FIXES
- add babel polifill and remove eslint react plugin
1.17.2
FIX
- fix setModelError for set error as object
1.17.1
FIXED
- support for async child schema validation
1.17.0
ADDED
- posibility to extend field validators by
extendFieldValidators
method on schema instance
getField
method response extended by parentSchema
(field parent schema instance)
1.16.0
ADDED
- Custom validators allow to define a function that will calculate error messages during validation #16
1.15.1
REFACTOR
- merge errors refactor and unit tests
1.15.0
ADDED
- additional validators promises support