Skip to content

Commit 56e8059

Browse files
committed
chore(release): v3.9.0
1 parent ed8c5d3 commit 56e8059

File tree

4 files changed

+15
-3
lines changed

4 files changed

+15
-3
lines changed

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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 <[email protected]>"],
66
"description": "LeanCloud JavaScript SDK",

changelog.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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": {

src/version.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
module.exports = '3.8.1';
1+
module.exports = '3.9.0';

0 commit comments

Comments
 (0)