@@ -49,23 +49,9 @@ For more information about `SyncManager`, please refer to [SyncManager README](h
4949
5050# [ Documentation] ( https://docs.sendbird.com/javascript )
5151
52- ## v3.0.89 (NOV 22 , 2018)
52+ ## v3.0.90 (NOV 23 , 2018)
5353If you want to check the record of other version, go to [ Change Log] ( https://github.com/smilefam/SendBird-SDK-JavaScript/blob/master/CHANGELOG.md ) .
54- * Added ` createDistinctChannelIfNotExist() ` in ` GroupChannel ` .
55- * It creates distinct channel and gets the channel with ` isCreated ` flag which represents whether the channel is actually created or not.
56- * Added ` getMessageChangeLogsByTimestamp() ` in ` SendBird ` .
57- * It retrieves message change logs since the given timestamp.
58- * Added ` hiddenState ` property in ` GroupChannel ` to get channel's hidden state.
59- * ` unhidden ` : It's not hidden channel.
60- * ` hidden-allow-auto-unhide ` : It's hidden channel which is automatically unhidden when new message comes in.
61- * ` hidden-prevent-auto-unhide ` : It's hidden channel which is not unhidden when new message comes in.
62- * Added ` allowAutoUnhide ` as the second parameter into ` hide() ` to allow automatic unhide on new message.
63- * Added ` unhide() ` in ` GroupChannel ` to manually unhide the channel.
64- * Added ` hiddenChannelFilter ` in ` GroupChannelListQuery ` to filter by ` hiddenState ` .
65- * ` unhidden_only ` : Get all unhidden channels. (default)
66- * ` hidden_only ` : Get all hidden channels which ` hiddenState ` is ` hidden_allow_auto_unhide ` or ` hidden_prevent_auto_unhide ` .
67- * ` hidden_allow_auto_unhide ` : Get channels which ` hiddenState ` is ` hidden_allow_auto_unhide ` .
68- * ` hidden_prevent_auto_unhide ` : Get channels which ` hiddenState ` is ` hidden_prevent_auto_unhide ` .
54+ * Minor bug fixed.
6955
7056
7157## [ Change Log] ( https://github.com/smilefam/SendBird-SDK-JavaScript/blob/master/CHANGELOG.md )
0 commit comments