You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+4Lines changed: 4 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,10 @@
1
1
Changelog
2
2
=========
3
3
4
+
## v3.0.82(OCT 11, 2018)
5
+
* Improved stability.
6
+
* Minor bug fixed.
7
+
4
8
## v3.0.81(SEP 21, 2018)
5
9
* Added readStatus of currentUser by passing `true` as first argument to `getReadStatus()` in `GroupChannel`. Passing `false` or nothing to `getReadStatus()` returns the read status without currentUser.
6
10
* Added `getReadMembers()` in `GroupChannel` to return a list of members who read the message.
If you want to check the record of other version, go to [Change Log](https://github.com/smilefam/SendBird-SDK-JavaScript/blob/master/CHANGELOG.md).
45
-
* Added readStatus of currentUser by passing `true` as first argument to `getReadStatus()` in `GroupChannel`. Passing `false` or nothing to `getReadStatus()` returns the read status without currentUser.
46
-
* Added `getReadMembers()` in `GroupChannel` to return a list of members who read the message.
47
-
* Added `getUnreadMember()` in `GroupChannel` to return a list of members who did not read the message.
48
-
* Added `isEqual()` in `GroupChannel` and `BaseMessage` to deep-equal with other instance.
49
-
* Added `isIdentical()` in `GroupChannel` and `BaseMessage` to check if the instance is identical to another.
50
-
* Fixed to call `connect()` callback function with an error when connection is lost while connecting to SendBird.
51
-
* Minor bug fixed.
52
-
* Deprecated some feature.
53
-
* Deprecated `getCurrentUserId()` in `SendBird`.
54
-
* Deprecated `CLOSING` in ConnectionState in `SendBird`.
55
-
* Deprecated some `createChannel()`, `createChannelWithUserIds()` in `GroupChannel` and `OpenChannel`.
56
-
* Deprecated some `updateChannel()` in `GroupChannel` and `OpenChannel`.
57
-
* Deprecated some `sendUserMessage()` and `sendFileMessage()`.
58
-
* Deprecated `getChannelCount()` in `GroupChannel`. Use newly added `SendBird.getGroupChannelCount()` instead.
59
-
* Deprecated `getTotalUnreadMessageCount()` in `GroupChannel`. Use newly added `SendBird.getTotalUnreadMessageCount()` instead.
60
-
* Deprecated `getTotalUnreadChannelCount()` in `GroupChannel`. Use newly added `SendBird.getTotalUnreadChannelCount()` instead.
61
-
* Deprecated `getUnreadItemCount()` in `GroupChannel`. Use newly added `SendBird.getUnreadItemCount()` instead.
0 commit comments