Skip to content

Commit 2a91219

Browse files
committed
Merge pull request #63 from wangxiao/master
[feature] 2.0.2 发布相关。
2 parents 4418c25 + e35473f commit 2a91219

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "leancloud-realtime.js",
3-
"version": "2.0.1",
3+
"version": "2.0.2",
44
"homepage": "http://github.com/leancloud/js-realtime-sdk/",
55
"authors": [
66
"WangXiao <[email protected]>"

changelog.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
# 2.0.2
2+
* 修复与 iOS 及 Android 端 SDK 通信的 bug
3+
* 创建 conversation 成功后,回调中可以直接取到 convObject
4+
* 修正 convObject.update 方法的 bug
5+
* 补充对接受的消息做 HTML 转义处理,SDK 层面支持 XSS 防御
6+
17
# 2.0.1
28
* 修正事件中心中的 bug
39
* 增加 realtimeObject.ping 判断用户在线状态

src/AV.realtime.js

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
/**
22
* @author wangxiao
3-
* @date 2015-03-30
3+
* @date 2015-04-10
4+
* @homepage http://github.com/leancloud/js-realtime-sdk/
45
*
56
* 每位工程师都有保持代码优雅的义务
67
* Each engineer has a duty to keep the code elegant
@@ -9,7 +10,7 @@
910
void function(win) {
1011

1112
// 当前版本
12-
var VERSION = '2.0.1';
13+
var VERSION = '2.0.2';
1314

1415
// 获取命名空间
1516
var AV = win.AV || {};

0 commit comments

Comments
 (0)