Skip to content

Commit

Permalink
Merge pull request #74 from wangxiao/master
Browse files Browse the repository at this point in the history
[feature] 发布 2.0.3 相关。
  • Loading branch information
wangxiao committed Apr 16, 2015
2 parents 8ecb9dc + fad8243 commit f94a2ce
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "leancloud-realtime.js",
"version": "2.0.2",
"version": "2.0.3",
"homepage": "http://github.com/leancloud/js-realtime-sdk/",
"authors": [
"WangXiao <[email protected]>"
Expand Down
6 changes: 6 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
# 2.0.3
* 提供兼容 IE8+ 低版本浏览器的插件方式
* 修改获取已有 conversation id 没有判断在服务器端是否存在
* 提供获取 conversation 初始化属性的方式
* 开放 secure 选项,用户可以手动关闭 SSL 协议

# 2.0.2
* 修复与 iOS 及 Android 端 SDK 通信的 bug
* 创建 conversation 成功后,回调中可以直接取到 convObject
Expand Down
4 changes: 2 additions & 2 deletions src/AV.realtime.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* @author wangxiao
* @date 2015-04-10
* @date 2015-04-16
* @homepage http://github.com/leancloud/js-realtime-sdk/
*
* 每位工程师都有保持代码优雅的义务
Expand All @@ -10,7 +10,7 @@
void function(win) {

// 当前版本
var VERSION = '2.0.2';
var VERSION = '2.0.3';

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

0 comments on commit f94a2ce

Please sign in to comment.