mobx-keystone 1.6.0 → 1.6.1

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,10 @@
1
1
  # Change Log
2
2
 
3
+ ## 1.6.1
4
+
5
+ - Fixed a bug where extra `attachToRootStore` calls and patches were being made when using `applySnapshot` to reconcile models with the same ID.
6
+ - Speed up a bit Typescript types.
7
+
3
8
  ## 1.6.0
4
9
 
5
10
  - It is now possible to override default values when extending a model, but it is now on the user side to ensure that the base and extended types are compatible.