malinajs 0.7.0-a9 → 0.7.2-a1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +5 -0
- package/malina.js +308 -193
- package/package.json +3 -3
- package/runtime.js +187 -156
package/CHANGELOG.md
CHANGED
|
@@ -10,6 +10,11 @@
|
|
|
10
10
|
* each, index variable is not included by default
|
|
11
11
|
* reference to element is removed on destroying
|
|
12
12
|
* config.useGroupReferencing
|
|
13
|
+
* action can return destroy function (not only object)
|
|
14
|
+
* each-else
|
|
15
|
+
* else-if
|
|
16
|
+
* refactoring $onMount
|
|
17
|
+
* optional deep checking for passed props: prop={value} prop|deep={value}
|
|
13
18
|
|
|
14
19
|
## 0.6.x
|
|
15
20
|
|