mobx-keystone 1.3.0 → 1.4.0

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 CHANGED
@@ -1,5 +1,11 @@
1
1
  # Change Log
2
2
 
3
+ ## 1.4.0
4
+
5
+ - Use a proxy to decorate model classes to reduce the inheritance level of models by one.
6
+ - Create object children cache only when there are actually children to save some memory in objects/arrays that don't have children of type object.
7
+ - Cache props/tProps to save some memory in model definitions.
8
+
3
9
  ## 1.3.0
4
10
 
5
11
  - Big memory optimizations for model definitions with many properties (very little changes for model instances though). This change now makes Proxy support a requirement.