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

1.6.0

Compare
Choose a tag to compare
@juban juban released this 01 Sep 16:02
· 13 commits to master since this release

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.