File tree Expand file tree Collapse file tree 4 files changed +12
-4
lines changed
Expand file tree Collapse file tree 4 files changed +12
-4
lines changed Original file line number Diff line number Diff line change 11{
22 "name" : " leancloud-storage" ,
3- "version" : " 3.7.0 " ,
3+ "version" : " 3.7.1 " ,
44 "homepage" : " https://github.com/leancloud/javascript-sdk" ,
55 "authors" : [
" LeanCloud <[email protected] >" ],
66 "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+
19# 3.7.0 (2018-05-25)
210
311### Features
412
5- * 新功能:排行版 (` AV.Leaderboard ` )
13+ * 新功能:排行榜 (` AV.Leaderboard ` )
614 * [ 使用文档] ( https://url.leanapp.cn/leaderboard-js )
715 * [ API 文档] ( https://leancloud.github.io/javascript-sdk/docs/AV.Leaderboard.html )
816 * [ Demo] ( https://leancloud.github.io/javascript-sdk/demo/leaderboard/ )
Original file line number Diff line number Diff line change 11{
22 "name" : " leancloud-storage" ,
3- "version" : " 3.7.0 " ,
3+ "version" : " 3.7.1 " ,
44 "main" : " ./dist/node/index.js" ,
55 "description" : " LeanCloud JavaScript SDK." ,
66 "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