File tree 4 files changed +15
-3
lines changed
4 files changed +15
-3
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " leancloud-storage" ,
3
- "version" : " 3.8.1 " ,
3
+ "version" : " 3.9.0 " ,
4
4
"homepage" : " https://github.com/leancloud/javascript-sdk" ,
5
5
"authors" : [
" LeanCloud <[email protected] >" ],
6
6
"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
+
1
13
## 3.8.1 (2018-07-13)
2
14
3
15
### Bug fixes
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " leancloud-storage" ,
3
- "version" : " 3.8.1 " ,
3
+ "version" : " 3.9.0 " ,
4
4
"main" : " ./dist/node/index.js" ,
5
5
"description" : " LeanCloud JavaScript SDK." ,
6
6
"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