mobx-keystone 0.67.0-alpha.1 → 0.67.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 +2 -0
- package/dist/mobx-keystone.es.js +1 -1
- package/dist/mobx-keystone.es.mjs +1 -1
- package/dist/mobx-keystone.umd.js +1 -1
- package/package.json +7 -7
- package/src/snapshot/onSnapshot.ts +1 -1
- package/dist/bench.d.ts +0 -9
- package/src/bench.ts +0 -70
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,7 @@
|
|
|
1
1
|
# Change Log
|
|
2
2
|
|
|
3
|
+
## 0.67.0
|
|
4
|
+
|
|
3
5
|
- Big speedup in certain cases (when many mutations are done between getSnapshot calls) by delaying the inmmutable object creation to the point when getSnapshot is called.
|
|
4
6
|
- Fixed typing issue related to generics with optional props.
|
|
5
7
|
|