Skip to content

Commit 5a31492

Browse files
committed
chore(release): 3.11.0
1 parent fb83d8b commit 5a31492

File tree

4 files changed

+24
-4
lines changed

4 files changed

+24
-4
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.11.0-beta.0",
3+
"version": "3.11.0",
44
"homepage": "https://github.com/leancloud/javascript-sdk",
55
"authors": ["LeanCloud <support@leancloud.rocks>"],
66
"description": "LeanCloud JavaScript SDK",

changelog.md

Lines changed: 21 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,32 @@
1-
# 3.11.0-beta.0 (2018-08-13)
1+
# 3.11.0 (2018-11-08)
22

33
### Features
44

55
* 增加了 `AV.LiveQuery.pause``AV.LiveQuery.resume` 方法。这两个方法可以用于在网络变化或者应用切换后台时主动通知 SDK 断开/恢复 LiveQuery 的连接。
6+
* 排行榜增加了删除用户分数与排名的方法 `AV.Leaderboard.deleteStatistics`
67

78
### Bug fixes
89

910
* 修复了 `AV.File#save` 方法参数不尊重 AuthOptions 类型参数的问题。
11+
* 修复了 LiveQuery 的 `Query#subscribe` 方法在 React Native 中返回 undefined 的问题。
12+
* 修复了包括 `Relation` 在内的一些 TypeScript 定义文件错误。
13+
14+
<details>
15+
<summary>
16+
Prereleases
17+
</summary>
18+
19+
## 3.11.0-beta.0 (2018-08-13)
20+
21+
### Features
22+
23+
* 增加了 `AV.LiveQuery.pause``AV.LiveQuery.resume` 方法。这两个方法可以用于在网络变化或者应用切换后台时主动通知 SDK 断开/恢复 LiveQuery 的连接。
24+
25+
### Bug fixes
26+
27+
* 修复了 `AV.File#save` 方法参数不尊重 AuthOptions 类型参数的问题。
28+
29+
</details>
1030

1131
# 3.10.0 (2018-08-03)
1232

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.11.0-beta.0",
3+
"version": "3.11.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.11.0-beta.0';
1+
module.exports = '3.11.0';

0 commit comments

Comments
 (0)