Skip to content

Commit aab20b0

Browse files
committed
Merge pull request #100 from wangxiao/master
[feature] 发布 2.0.7 相关。
2 parents e1e075d + 934686e commit aab20b0

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-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.6",
3+
"version": "2.0.7",
44
"homepage": "http://github.com/leancloud/js-realtime-sdk/",
55
"authors": [
66
"WangXiao <[email protected]>"

changelog.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
# 2.0.7
2+
* 修正创建暂态聊天室失败的问题
3+
* 兼容 IE9
4+
* 对在 open 之前调用方法增加友好报错
5+
16
# 2.0.6
27
* 支持自定义的 JSON,并兼容其他端 SDK
38
* close 事件中可以获取 websocket 关闭的 event 对象

src/AV.realtime.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/**
22
* @author wangxiao
3-
* @date 2015-04-27
3+
* @date 2015-05-15
44
* @homepage http://github.com/leancloud/js-realtime-sdk/
55
*
66
* 每位工程师都有保持代码优雅的义务
@@ -10,7 +10,7 @@
1010
void function(win) {
1111

1212
// 当前版本
13-
var VERSION = '2.0.6';
13+
var VERSION = '2.0.7';
1414

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

0 commit comments

Comments
 (0)