Skip to content

Commit 0304b65

Browse files
committed
v3.0.105
1 parent 0b8a19d commit 0304b65

File tree

6 files changed

+163
-56
lines changed

6 files changed

+163
-56
lines changed

CHANGELOG.md

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

4+
## v3.0.105(AUG 16, 2019)
5+
* Added `translateUserMessage()` in `BaseChannel` to support on-demand translation.
6+
* Added `resendFileMessage()` in `BaseChannel` to support resend file message with `Blob` object.
7+
* Added `metaArrays` property in `BaseMessage` and deprecated `metaArray`.
8+
* `metaArrays` is an array which contains `MessageMetaArray` instances.
9+
* `MessageMetaArray` is a pair of key and a value array.
10+
* `metaArrays` keeps the inserted order.
11+
* Added `isStrict()` and `setStrict()` in `GroupChannelParams` to set strict channel creation mode.
12+
* When the strict mode is `true`, creating channel with a invalid user will fail.
13+
* Improved stability.
14+
415
## v3.0.104(JUL 22, 2019)
516
* Improved stability.
617

README.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,9 +48,18 @@ Check out [Basic Sample with SyncManager](https://github.com/sendbird/SendBird-J
4848

4949
# [Documentation](https://docs.sendbird.com/javascript)
5050

51-
## v3.0.104(JUN 22, 2019)
51+
## v3.0.105(AUG 16, 2019)
5252
If you want to check the record of other version, go to [Change Log](https://github.com/sendbird/SendBird-SDK-JavaScript/blob/master/CHANGELOG.md).
5353
* Improved stability.
54+
* Added `translateUserMessage()` in `BaseChannel` to support on-demand translation.
55+
* Added `resendFileMessage()` in `BaseChannel` to support resend file message with `Blob` object.
56+
* Added `metaArrays` property in `BaseMessage` and deprecated `metaArray`.
57+
* `metaArrays` is an array which contains `MessageMetaArray` instances.
58+
* `MessageMetaArray` is a pair of key and a value array.
59+
* `metaArrays` keeps the inserted order.
60+
* Added `isStrict()` and `setStrict()` in `GroupChannelParams` to set strict channel creation mode.
61+
* When the strict mode is `true`, creating channel with a invalid user will fail.
62+
* Improved stability.
5463

5564

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

0 commit comments

Comments
 (0)