Skip to content

Commit 296d4b8

Browse files
authored
chore(llc): release 0.3.1 (#20)
1 parent 6fe442f commit 296d4b8

File tree

2 files changed

+11
-2
lines changed

2 files changed

+11
-2
lines changed

packages/stream_core/CHANGELOG.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,13 @@
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

packages/stream_core/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: stream_core
22
description: "Internal sdk with low-level utilities for the stream SDKs"
3-
version: 0.3.0
3+
version: 0.3.1
44
repository: https://github.com/GetStream/stream-core-flutter
55

66
# Note: The environment configuration and dependency versions are managed by Melos.

0 commit comments

Comments
 (0)