File tree Expand file tree Collapse file tree 1 file changed +9
-5
lines changed
Expand file tree Collapse file tree 1 file changed +9
-5
lines changed Original file line number Diff line number Diff line change 22
33### Bug fixes
44
5- * 更新了排行榜使用的 Rest API 路径。
65* 增加了遗漏的 ` AV.Leaderboard#destroy ` 方法。
76* 修复了将一个通过 ` AV.File.withURL ` 方法创建的文件保存为一个对象的属性时,文件被错误地保存为 ` null ` 的问题。
7+ * 更新了排行榜使用的 Rest API 路径。
88
99# 3.7.0 (2018-05-25)
1010
1111### Features
1212
13- * 新功能:排行榜(` AV.Leaderboard ` )
14- * [ 使用文档] ( https://url.leanapp.cn/leaderboard-js )
15- * [ API 文档] ( https://leancloud.github.io/javascript-sdk/docs/AV.Leaderboard.html )
16- * [ Demo] ( https://leancloud.github.io/javascript-sdk/demo/leaderboard/ )
1713* 第三方账号登录功能增加了两项新的能力:
1814
1915 * 所有第三方账号登录 API 增加了 ` failOnNotExist ` 参数,指定该参数为 ` true ` 时如果当前不存在该 ` authData ` 对应的用户,将会抛出「未找到用户」异常。该选项使开发者在使用第三方账号登录创建新用户之前有机会要求用户填写手机号码等信息。
3228 * ` AV.User#loginWithAuthDataAndUnionId `
3329 * ` AV.User#loginWithWeapp `
3430
31+ * 新功能预览:排行榜(` AV.Leaderboard ` )
32+
33+ 排行榜功能目前在预览阶段,在正式发布前 API 可能会有不向前兼容的变更,请不要在生产环境使用。
34+
35+ * [ 使用文档] ( https://url.leanapp.cn/leaderboard-js )
36+ * [ API 文档] ( https://leancloud.github.io/javascript-sdk/docs/AV.Leaderboard.html )
37+ * [ Demo] ( https://leancloud.github.io/javascript-sdk/demo/leaderboard/ )
38+
3539### Bug fixes
3640
3741* 修复了 ` AV.Query#sizeEqualTo ` 方法没有返回 ` this ` 的问题。
You can’t perform that action at this time.
0 commit comments