2.1.0
2.1.0 (27. April 2022)
- #2123 Added new property
$events
to add custom events inluya\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).