From fad82433e06e570da0896e860ba348b36f70190a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=B0=BC=E5=A5=A5?= <1988wangxiao@gmail.com> Date: Thu, 16 Apr 2015 19:04:54 +0800 Subject: [PATCH] =?UTF-8?q?[feature]=20=E5=8F=91=E5=B8=83=202.0.3=20?= =?UTF-8?q?=E7=9B=B8=E5=85=B3=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- bower.json | 2 +- changelog.md | 6 ++++++ src/AV.realtime.js | 4 ++-- 3 files changed, 9 insertions(+), 3 deletions(-) diff --git a/bower.json b/bower.json index 29ac4274a..2c0c0e1a5 100644 --- a/bower.json +++ b/bower.json @@ -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 " diff --git a/changelog.md b/changelog.md index 6e91ab8ee..f2aaca1a9 100644 --- a/changelog.md +++ b/changelog.md @@ -1,3 +1,9 @@ +# 2.0.3 +* 提供兼容 IE8+ 低版本浏览器的插件方式 +* 修改获取已有 conversation id 没有判断在服务器端是否存在 +* 提供获取 conversation 初始化属性的方式 +* 开放 secure 选项,用户可以手动关闭 SSL 协议 + # 2.0.2 * 修复与 iOS 及 Android 端 SDK 通信的 bug * 创建 conversation 成功后,回调中可以直接取到 convObject diff --git a/src/AV.realtime.js b/src/AV.realtime.js index e11e10933..ef4ad701d 100644 --- a/src/AV.realtime.js +++ b/src/AV.realtime.js @@ -1,6 +1,6 @@ /** * @author wangxiao - * @date 2015-04-10 + * @date 2015-04-16 * @homepage http://github.com/leancloud/js-realtime-sdk/ * * 每位工程师都有保持代码优雅的义务 @@ -10,7 +10,7 @@ void function(win) { // 当前版本 - var VERSION = '2.0.2'; + var VERSION = '2.0.3'; // 获取命名空间 var AV = win.AV || {};