Skip to content
This repository has been archived by the owner on Jul 1, 2022. It is now read-only.

1.3.0

Compare
Choose a tag to compare
@juban juban released this 12 Oct 16:10
· 80 commits to master since this release

Added

  • Enh #3: Ability to define validation scenario for related records
  • Enh #7: Exception logging during beforeValidate and afterSave events.
  • More test cases

Fixed

  • False positive testLoadRelationsShouldSucceed test case

Changed

  • afterSave throw exception if a related record fail to be saved. In that case, a database rollback is triggered (when relevant) and an error is attached to the according relation attribute
  • related record are now correctly updated based on there primary key (Thanks to @DD174)