Skip to content

2.1.0

Compare
Choose a tag to compare
@nadar nadar released this 27 Apr 09:54
· 47 commits to master since this release

2.1.0 (27. April 2022)

  • #2123 Added new property $events to add custom events in luya\behaviors\JsonBehavior. F.e ['class' => JsonBehavior::class, 'events' => [NgRestModel::EVENT_AFTER_NGREST_FIND => 'decodeAttributes']].
  • #2118 Removed conflicting $attributeLabels property from DynamicModel (Yii provides this option since 2.0.35, therefore not required by LUYA anymore).