Skip to content

Commit 2f06488

Browse files
committed
v3.0.83
1 parent e6fa894 commit 2f06488

File tree

6 files changed

+1121
-1105
lines changed

6 files changed

+1121
-1105
lines changed

CHANGELOG.md

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

4+
## v3.0.83(OCT 18, 2018)
5+
* Added `getLastConnectedAt()` in `SendBird` to get currentUser's last connection timestamp.
6+
* Improved `sendFileMessage()` in `BaseChannel`. From now, message's order is guaranteed regardless of the file size uploaded.
7+
* Improved stability.
8+
* Minor bug fixed.
9+
410
## v3.0.82(OCT 11, 2018)
511
* Improved stability.
612
* Minor bug fixed.

README.md

Lines changed: 14 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,17 +33,28 @@ If you have trouble importing `SendBird`, please check your `tsconfig.json` file
3333

3434
# [Sample](https://github.com/smilefam/SendBird-JavaScript)
3535

36-
* [Basic Sample](https://sample.sendbird.com) using [Sendbird SDK](https://github.com/smilefam/SendBird-SDK-JavaScript). [download](https://github.com/smilefam/SendBird-JavaScript/tree/master/web-sample)
36+
* [Basic Sample](https://sample.sendbird.com/basic) using [Sendbird SDK](https://github.com/smilefam/SendBird-SDK-JavaScript). [download](https://github.com/smilefam/SendBird-JavaScript/tree/master/web-sample)
3737
* [Widget Sample](https://sample.sendbird.com/widget) using [Sendbird SDK](https://github.com/smilefam/SendBird-SDK-JavaScript). [download](https://github.com/smilefam/SendBird-JavaScript/tree/master/web-widget)
3838
* [LiveChat Sample](https://sample.sendbird.com/livechat) using [Sendbird SDK](https://github.com/smilefam/SendBird-SDK-JavaScript). [download](https://github.com/smilefam/SendBird-JavaScript/tree/master/web-live-chat)
39+
40+
## SyncManager
41+
`SyncManager` is a support add-on for [SendBird SDK](https://github.com/smilefam/SendBird-SDK-JavaScript). Major benefits of `SyncManager` are,
42+
43+
* Local cache integrated: store channel/message data in local storage for fast view loading.
44+
* Event-driven data handling: subscribe channel/message event like `insert`, `update`, `remove` at a single spot in order to apply data event to view.
3945

46+
Check out [Basic Sample with SyncManager](https://github.com/smilefam/SendBird-JavaScript/tree/master/web-basic-sample-localcache) which is same as [Basic Sample](https://sample.sendbird.com/basic) with `SyncManager` integrated.
47+
For more information about `SyncManager`, please refer to [SyncManager README](https://github.com/smilefam/SendBird-JavaScript/blob/master/web-basic-sample-localcache/src/js/manager/README.md).
48+
4049

4150
# [Documentation](https://docs.sendbird.com/javascript)
4251

43-
## v3.0.82(OCT 11, 2018)
52+
## v3.0.83(OCT 18, 2018)
4453
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).
54+
* Added `getLastConnectedAt()` in `SendBird` to get currentUser's last connection timestamp.
55+
* Improved `sendFileMessage()` in `BaseChannel`. From now, message's order is guaranteed regardless of the file size uploaded.
4556
* Improved stability.
46-
* Minor bug fixed.
57+
* Minor bug fixed.
4758

4859

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

0 commit comments

Comments
 (0)