File tree Expand file tree Collapse file tree 4 files changed +15
-3
lines changed Expand file tree Collapse file tree 4 files changed +15
-3
lines changed Original file line number Diff line number Diff line change 11{
22 "name" : " leancloud-storage" ,
3- "version" : " 3.8.1 " ,
3+ "version" : " 3.9.0 " ,
44 "homepage" : " https://github.com/leancloud/javascript-sdk" ,
55 "authors" : [" LeanCloud <support@leancloud.rocks>" ],
66 "description" : " LeanCloud JavaScript SDK" ,
Original file line number Diff line number Diff line change 1+ # 3.9.0 (2018-07-19)
2+
3+ ### Features
4+
5+ * 增加了匿名用户登录的支持:
6+ * ` AV.User.loginAnonymously ` 方法用于创建一个匿名用户并登录。
7+ * ` AV.User#isAnonymous ` 方法用于判断用户是否为匿名用户。
8+ * 排行榜增加了新的功能:
9+ * 支持更新数据时,无视排行榜的更新策略,强制更新分数:` AV.Leaderboard#updateStatistics ` 方法增加了 ` overwrite ` 参数。
10+ * 支持获取历史版本的排名结果:` AV.Leaderboard#getResults ` 与 ` AV.Leaderboard#getResultsAroundUser ` 方法增加了 ` version ` 参数。
11+ * 增加了获取历史版本存档的方法 ` AV.Leaderboard#getArchives ` 。
12+
113## 3.8.1 (2018-07-13)
214
315### Bug fixes
Original file line number Diff line number Diff line change 11{
22 "name" : " leancloud-storage" ,
3- "version" : " 3.8.1 " ,
3+ "version" : " 3.9.0 " ,
44 "main" : " ./dist/node/index.js" ,
55 "description" : " LeanCloud JavaScript SDK." ,
66 "repository" : {
Original file line number Diff line number Diff line change 1- module . exports = '3.8.1 ' ;
1+ module . exports = '3.9.0 ' ;
You can’t perform that action at this time.
0 commit comments