You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: core/CHANGELOG.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,8 +3,9 @@
3
3
All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/).
4
4
In order to read more about upgrading and BC breaks have a look at the [UPGRADE Document](UPGRADE.md).
5
5
6
-
## 2.1.0
6
+
## 2.1.0 (27. April 2022)
7
7
8
+
+[#2123](https://github.com/luyadev/luya/pull/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']]`.
8
9
+[#2118](https://github.com/luyadev/luya/pull/2118) Removed conflicting `$attributeLabels` property from DynamicModel (Yii provides this option since 2.0.35, therefore not required by LUYA anymore).
0 commit comments