This repository has been archived by the owner on Jul 1, 2022. It is now read-only.
1.6.0
Many thanks to @leandrogehlen for its numerous ideas and contributions to that release 👍
Fixed
- Bug #36: Fix an issue with HasMany relations with composite keys (thx @leandrogehlen)
- Bug #41: Fixes error loading
hasMany
relation without referenced key in data (thx @leandrogehlen) - Fix for transaction being started during the
beforeValidate
event (thx @leandrogehlen)
Added
- Enh #37: Add a
relationKeyName
property to determine the key used to load relations data.
Changed
- Removed
isModelTransactional
protected method. Transactions are not started by the behavior any more.