We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 80166a4 commit d971c3aCopy full SHA for d971c3a
1 file changed
README.md
@@ -1404,9 +1404,9 @@ CoreStore provides type-safe wrappers for observing managed objects:
1404
| *Number of objects* | 1 | 1 | N | N |
1405
| *Allows multiple observers* | ✅ | ✅ | ✅ | ✅ |
1406
| *Emits fine-grained changes* | ❌ | ✅ | ❌ | ✅ |
1407
-| *Emits DiffableDataSource snapshots* | ❌ | ✅ | ❌ | ✅ |
1408
-| *Closure callback* | ✅ | ❌ | ✅ | ❌ |
+| *Emits DiffableDataSource snapshots* | ✅ | ❌ | ✅ | ❌ |
1409
| *Delegate methods* | ❌ | ✅ | ❌ | ✅ |
+| *Closure callback* | ✅ | ❌ | ✅ | ❌ |
1410
| *SwiftUI support* | ✅ | ❌ | ✅ | ❌ |
1411
1412
### Observe a single property
0 commit comments