Skip to content

Commit 6904a9c

Browse files
committed
mobx-keystone@v1.17.0
1 parent 84675b6 commit 6904a9c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Change Log
22

3-
## Unreleased
3+
## 1.17.0
44

55
- Performance: model auto type-checking is now faster for updates in large or deeply nested models. Type checks now re-run only for changed properties while unchanged branches reuse cached results, reducing repeated validation work during frequent updates. This is an internal optimization and does not change the public API.
66

packages/lib/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "mobx-keystone",
3-
"version": "1.16.0",
3+
"version": "1.17.0",
44
"description": "A MobX powered state management solution based on data trees with first class support for TypeScript, snapshots, patches and much more",
55
"keywords": [
66
"mobx",

0 commit comments

Comments
 (0)