- [BUGFIX] Fix nullable ids while comparing arrays
- [BUGFIX] Handle nullable ids while comparing arrays
- [BUGFIX] Fixed build functions
- [BUGFIX] Fixed calculating isChanged in ExtendedFormArray
- Passing validators to
build
functions
- Update changelog
- [BREAKING CHANGE] Model properties
attributeProperties
,belongsToProperties
,hasManyProperties
changed withAttribute
,BelongsTo
, andHasMany
decorators - [BREAKING CHANGE]
blacklistedProperties
removed from FormObject - [BREAKING CHANGE]
ExtendedFromArray
renamed toExtendedFormArray
- Propagate errors from
beforeSave
andafterSave
- Fix .resetValue method
- Pass error outside of form object
- Removed handling hasMany relationships after saving
- Loosened FormObjectOptions interface