mobx-keystone 1.8.0 → 1.8.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.8.1
4
+
5
+ - Fix so `onGlobalPatches` only generates the patches for new models when they are generated via `fromSnapshot`.
6
+ - Fix so new `onGlobalPatches` paths won't include '$' in their paths.
7
+
3
8
  ## 1.8.0
4
9
 
5
10
  - `onGlobalPatches` will now get called for new models whenever the initial snapshot values where overridden by defaults or missing IDs.