File tree 4 files changed +12
-4
lines changed 4 files changed +12
-4
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " leancloud-storage" ,
3
- "version" : " 3.7.0 " ,
3
+ "version" : " 3.7.1 " ,
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.7.1 (2018-05-31)
2
+
3
+ ### Bug fixes
4
+
5
+ * 更新了排行榜使用的 Rest API 路径。
6
+ * 增加了遗漏的 ` AV.Leaderboard#destroy ` 方法。
7
+ * 修复了将一个通过 ` AV.File.withURL ` 方法创建的文件保存为一个对象的属性时,文件被错误地保存为 ` null ` 的问题。
8
+
1
9
# 3.7.0 (2018-05-25)
2
10
3
11
### Features
4
12
5
- * 新功能:排行版 (` AV.Leaderboard ` )
13
+ * 新功能:排行榜 (` AV.Leaderboard ` )
6
14
* [ 使用文档] ( https://url.leanapp.cn/leaderboard-js )
7
15
* [ API 文档] ( https://leancloud.github.io/javascript-sdk/docs/AV.Leaderboard.html )
8
16
* [ Demo] ( https://leancloud.github.io/javascript-sdk/demo/leaderboard/ )
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " leancloud-storage" ,
3
- "version" : " 3.7.0 " ,
3
+ "version" : " 3.7.1 " ,
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.7.0 ' ;
1
+ module . exports = '3.7.1 ' ;
You can’t perform that action at this time.
0 commit comments