Skip to content

Commit e6fa894

Browse files
committed
v3.0.82
1 parent 0014391 commit e6fa894

File tree

6 files changed

+1106
-1117
lines changed

6 files changed

+1106
-1117
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
Changelog
22
=========
33

4+
## v3.0.82(OCT 11, 2018)
5+
* Improved stability.
6+
* Minor bug fixed.
7+
48
## v3.0.81(SEP 21, 2018)
59
* 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.
610
* Added `getReadMembers()` in `GroupChannel` to return a list of members who read the message.

README.md

Lines changed: 3 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -40,25 +40,10 @@ If you have trouble importing `SendBird`, please check your `tsconfig.json` file
4040

4141
# [Documentation](https://docs.sendbird.com/javascript)
4242

43-
## v3.0.81(SEP 21, 2018)
43+
## v3.0.82(OCT 11, 2018)
4444
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.
45+
* Improved stability.
46+
* Minor bug fixed.
6247

6348

6449
## [Change Log](https://github.com/smilefam/SendBird-SDK-JavaScript/blob/master/CHANGELOG.md)

0 commit comments

Comments
 (0)