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 11Changelog
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
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
4848
4949# [ Documentation] ( https://docs.sendbird.com/javascript )
5050
51- ## v3.0.104(JUN 22 , 2019)
51+ ## v3.0.105(AUG 16 , 2019)
5252If 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 )
You can’t perform that action at this time.
0 commit comments