File tree Expand file tree Collapse file tree 2 files changed +11
-2
lines changed
Expand file tree Collapse file tree 2 files changed +11
-2
lines changed Original file line number Diff line number Diff line change 1- ## Upcoming
1+ ## 0.3.1
2+
3+ ### ✨ Features
4+
5+ - Added ` updateWhere ` method for updating elements matching a filter condition
6+ - Added ` batchReplace ` method for replacing multiple elements based on matching keys
7+ - Added ` insertUnique ` method for inserting elements ensuring uniqueness by key with optional sorting
8+ - Added ` update ` parameter to ` upsert ` for custom merge logic when replacing existing elements
9+ - Added ` update ` parameter to ` batchReplace ` for custom merge logic
10+ - Added ` update ` parameter to ` sortedUpsert ` for custom merge logic when replacing existing elements
211
312### 🐛 Bug Fixes
413
Original file line number Diff line number Diff line change 11name : stream_core
22description : " Internal sdk with low-level utilities for the stream SDKs"
3- version : 0.3.0
3+ version : 0.3.1
44repository : https://github.com/GetStream/stream-core-flutter
55
66# Note: The environment configuration and dependency versions are managed by Melos.
You can’t perform that action at this time.
0 commit comments