File tree Expand file tree Collapse file tree 4 files changed +9
-3
lines changed
Expand file tree Collapse file tree 4 files changed +9
-3
lines changed Original file line number Diff line number Diff line change 1+ # 0.4.8 日期: 2015 年 2 月 26 日
2+ * 拆分 sdk,按照模块划分成多个文件。
3+ * 使用 gulp 构建 sdk,清理代码。
4+ * 修复事件流无法发送带有 ` AV.File ` 、` AV.Object ` 等类型的 Status。
5+ * 修复 node.js 环境下上传文件没有扩展名的 Bug。
6+
17# 0.4.7 日期: 2015 年 1 月 23 日
28* 修复页面跳转更新 user 导致 current user 属性丢失的 Bug。
39* 增加 ` AV.User.updatePassword ` 方法,根据老密码修改成新密码。
Original file line number Diff line number Diff line change 11/*!
22 * AVOSCloud JavaScript SDK
3- * Version: 0.4.7
3+ * Version: 0.4.8
44 * Built: Mon Jun 03 2013 13:45:00
55 * https://leancloud.cn
66 *
Original file line number Diff line number Diff line change 11( function ( root ) {
22 root . AV = root . AV || { } ;
3- root . AV . VERSION = "js0.4.7 " ;
3+ root . AV . VERSION = "js0.4.8 " ;
44} ( this ) ) ;
Original file line number Diff line number Diff line change 11{
22 "name" : " avoscloud-sdk" ,
3- "version" : " 0.4.7 " ,
3+ "version" : " 0.4.8 " ,
44 "main" : " ./lib/av.js" ,
55 "description" : " AVOSCloud JavaScript SDK." ,
66 "repository" : {
You can’t perform that action at this time.
0 commit comments