Skip to content

Commit b19cc3f

Browse files
committed
chore(release): v3.8.0
1 parent 6b9686f commit b19cc3f

File tree

4 files changed

+16
-4
lines changed

4 files changed

+16
-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.7.3",
3+
"version": "3.8.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.8.0 (2018-07-09)
2+
3+
### Features
4+
5+
* 初始化时不再需要 `region` 参数了。
6+
* 改进了 TypeScript 定义,现在 `AV.Query` 的查询结果会得到正确的类型推导。
7+
* 排行榜 API 根据产品功能的更新进行了一些调整:
8+
* 增加了一个新的数据更新策略 `AV.LeaderboardUpdateStrategy.SUM`
9+
* 移除了不再可用的 `AV.LeaderboardVersionChangeInterval.HOUR`
10+
* `AV.Conversation` 的发送消息 API 现在可以接受 leancloud-realtime v4 中的新 `Message` 类了。
11+
* 美国节点的应用现在也启用了每个应用独立的域名。
12+
113
## 3.7.3 (2018-06-14)
214

315
### Bug fixes

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "leancloud-storage",
3-
"version": "3.7.3",
3+
"version": "3.8.0",
44
"main": "./dist/node/index.js",
55
"description": "LeanCloud JavaScript SDK.",
66
"repository": {
@@ -30,7 +30,7 @@
3030
"debug": "^3.1.0",
3131
"es6-promise": "4.2.3",
3232
"eventemitter3": "^2.0.3",
33-
"leancloud-realtime": "^4.0.0-beta.5",
33+
"leancloud-realtime": "^4.2.0",
3434
"leancloud-realtime-plugin-live-query": "^1.1.1",
3535
"localstorage-memory": "^1.0.1",
3636
"md5": "^2.0.0",

src/version.js

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

0 commit comments

Comments
 (0)