File tree Expand file tree Collapse file tree 3 files changed +10
-3
lines changed Expand file tree Collapse file tree 3 files changed +10
-3
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " leancloud-realtime.js" ,
3
- "version" : " 2.0.1 " ,
3
+ "version" : " 2.0.2 " ,
4
4
"homepage" : " http://github.com/leancloud/js-realtime-sdk/" ,
5
5
"authors" : [
6
6
Original file line number Diff line number Diff line change
1
+ # 2.0.2
2
+ * 修复与 iOS 及 Android 端 SDK 通信的 bug
3
+ * 创建 conversation 成功后,回调中可以直接取到 convObject
4
+ * 修正 convObject.update 方法的 bug
5
+ * 补充对接受的消息做 HTML 转义处理,SDK 层面支持 XSS 防御
6
+
1
7
# 2.0.1
2
8
* 修正事件中心中的 bug
3
9
* 增加 realtimeObject.ping 判断用户在线状态
Original file line number Diff line number Diff line change 1
1
/**
2
2
* @author wangxiao
3
- * @date 2015-03-30
3
+ * @date 2015-04-10
4
+ * @homepage http://github.com/leancloud/js-realtime-sdk/
4
5
*
5
6
* 每位工程师都有保持代码优雅的义务
6
7
* Each engineer has a duty to keep the code elegant
9
10
void function ( win ) {
10
11
11
12
// 当前版本
12
- var VERSION = '2.0.1 ' ;
13
+ var VERSION = '2.0.2 ' ;
13
14
14
15
// 获取命名空间
15
16
var AV = win . AV || { } ;
You can’t perform that action at this time.
0 commit comments