File tree Expand file tree Collapse file tree 6 files changed +163
-56
lines changed Expand file tree Collapse file tree 6 files changed +163
-56
lines changed Original file line number Diff line number Diff line change 1
1
Changelog
2
2
=========
3
3
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
+
4
15
## v3.0.104(JUL 22, 2019)
5
16
* Improved stability.
6
17
Original file line number Diff line number Diff line change @@ -48,9 +48,18 @@ Check out [Basic Sample with SyncManager](https://github.com/sendbird/SendBird-J
48
48
49
49
# [ Documentation] ( https://docs.sendbird.com/javascript )
50
50
51
- ## v3.0.104(JUN 22 , 2019)
51
+ ## v3.0.105(AUG 16 , 2019)
52
52
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 ) .
53
53
* 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.
54
63
55
64
56
65
## [ Change Log] ( https://github.com/sendbird/SendBird-SDK-JavaScript/blob/master/CHANGELOG.md )
You can’t perform that action at this time.
0 commit comments