chore(llc,core): update changelog

This commit is contained in:
Salvatore Giordano
2022-05-13 11:52:11 +02:00
parent 4896c43342
commit 869730ca8f
2 changed files with 21 additions and 0 deletions
+14
View File
@@ -1,3 +1,17 @@
## Upcoming
✅ Added
- Added `PaginationParams.createdAtAfterOrEqual` for message pagination.
- Added `PaginationParams.createdAtAfter` for message pagination.
- Added `PaginationParams.createdAtBeforeOrEqual` for message pagination.
- Added `PaginationParams.createdAtBefore` for message pagination.
- Added `PaginationParams.createdAtAround` for message pagination.
🔄 Changed
- Deprecated `PaginationParams.before` and `PaginationParams.after`. Use `PaginationParams.limit` instead.
## 4.1.0
✅ Added
@@ -1,3 +1,10 @@
## Upcoming
🔄 Changed
- Deprecated `before` and `after` parameters in `StreamChannel.queryAroundMessage`. Use `limit` instead.
- Deprecated `before` and `after` parameters in `StreamChannel.loadChannelAtMessage`. Use `limit` instead.
## 4.1.0
- Updated `stream_chat` dependency to [`4.1.0`](https://pub.dev/packages/stream_chat/changelog).