File tree 4 files changed +16
-4
lines changed
4 files changed +16
-4
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " leancloud-storage" ,
3
- "version" : " 3.7.3 " ,
3
+ "version" : " 3.8.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.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
+
1
13
## 3.7.3 (2018-06-14)
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.7.3 " ,
3
+ "version" : " 3.8.0 " ,
4
4
"main" : " ./dist/node/index.js" ,
5
5
"description" : " LeanCloud JavaScript SDK." ,
6
6
"repository" : {
30
30
"debug" : " ^3.1.0" ,
31
31
"es6-promise" : " 4.2.3" ,
32
32
"eventemitter3" : " ^2.0.3" ,
33
- "leancloud-realtime" : " ^4.0.0-beta.5 " ,
33
+ "leancloud-realtime" : " ^4.2.0 " ,
34
34
"leancloud-realtime-plugin-live-query" : " ^1.1.1" ,
35
35
"localstorage-memory" : " ^1.0.1" ,
36
36
"md5" : " ^2.0.0" ,
Original file line number Diff line number Diff line change 1
- module . exports = '3.7.3 ' ;
1
+ module . exports = '3.8.0 ' ;
You can’t perform that action at this time.
0 commit comments