File tree Expand file tree Collapse file tree 2 files changed +23
-1
lines changed
Expand file tree Collapse file tree 2 files changed +23
-1
lines changed Original file line number Diff line number Diff line change 1+ # 0.4.7 日期: 2015 年 1 月 23 日
2+ * 修复页面跳转更新 user 导致 current user 属性丢失的 Bug。
3+ * 增加 ` AV.User.updatePassword ` 方法,根据老密码修改成新密码。
4+ * 为 ` AV.Object ` 增加 ` getObjectId, getUpdatedAt, getCreatedAt ` 三个方法。
5+ * 增加 ` AV.User#signUpOrlogInWithMobilePhone ` 手机一键登录。
6+ * 一些内部改进和重构。
7+
8+ # 0.4.6 日期:2014 年 12 月 11 日
9+ * 添加新方法 ` AV.File.createWithoutData(objectId) ` ,根据 objectId 构造 AV.File
10+ * 添加 ` AV.Query.and ` 方法用于复合查询
11+ * ` AV.File ` 支持 get/set ACL
12+ * 增加新方法 ` AV.setProduction(boolean) ` 用于设置生产环境或者测试环境。
13+
14+ # 0.4.5 日期:2014 年 10 月 29 日
15+ * CQL 查询支持占位符,AV.Query.doCloudQuery 方法增加三个参数版本
16+ * AV.Push 增加 cql 属性说明,可以通过 CQL 指定推送查询条件。
17+ * 部分内部代码重构。
18+
19+ # 0.4.4 日期:2014 年 10 月 14 日
20+ * 修复 node.js 下上传文件无法指定文件 mime type 的Bug
21+ * 添加 ` AV.Object.new ` 函数用来创建对象,避免代码压缩带来的问题。
22+
123# 0.4.3
224
325* 添加 CQL 查询支持,增加 ` AV.Query.doCloudQuery ` 方法。
Original file line number Diff line number Diff line change 1313 */
1414( function ( root ) {
1515 root . AV = root . AV || { } ;
16- root . AV . VERSION = "js0.4.6 " ;
16+ root . AV . VERSION = "js0.4.7 " ;
1717} ( this ) ) ;
1818// Underscore.js 1.4.4
1919// http://underscorejs.org
You can’t perform that action at this time.
0 commit comments