- Removes all existing errors for a field on validation, if it's optional and now changed to null
- Removed the
ui
package to not loadblaze
andjquery
packages unnecessary
- Ability to validate nested fields from the top level document.
- Now you can do
doc.validate('field.nestedField')
- Now you can do
doc.getValidationError('field.nestedField')
- Now you can do
doc.hasValidationError('field.nestedField')
- All the following methods also work with the nested fields:
doc.getValidationErrors()
,doc.hasValidationErrors()
,doc.clearValidationErrors()
,doc.throwValidationException()
,doc.catchValidationException()
- Now you can do
- Use ReactiveMap 2.0
- Fixed wrong property name in the
afterSet
event
- Fixed validation error when no validators defined
- Don't use the
initSchema
event for the validators module