File tree 4 files changed +12
-5
lines changed
4 files changed +12
-5
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " leancloud-storage" ,
3
- "version" : " 3.7.0-beta.0 " ,
3
+ "version" : " 3.7.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.7.0-beta.0 (2018-05-09 )
1
+ # 3.7.0 (2018-05-25 )
2
2
3
3
### Features
4
4
5
- * 新增排行版功能(` AV.Leaderboard ` )。
5
+ * 新功能:排行版(` AV.Leaderboard ` )
6
+ * [ 使用文档] ( https://url.leanapp.cn/leaderboard-js )
7
+ * [ API 文档] ( https://leancloud.github.io/javascript-sdk/docs/AV.Leaderboard.html )
8
+ * [ Demo] ( https://leancloud.github.io/javascript-sdk/demo/leaderboard/ )
6
9
* 第三方账号登录功能增加了两项新的能力:
7
10
8
11
* 所有第三方账号登录 API 增加了 ` failOnNotExist ` 参数,指定该参数为 ` true ` 时如果当前不存在该 ` authData ` 对应的用户,将会抛出「未找到用户」异常。该选项使开发者在使用第三方账号登录创建新用户之前有机会要求用户填写手机号码等信息。
21
24
* ` AV.User#loginWithAuthDataAndUnionId `
22
25
* ` AV.User#loginWithWeapp `
23
26
27
+ ### Bug fixes
28
+
29
+ * 修复了 ` AV.Query#sizeEqualTo ` 方法没有返回 ` this ` 的问题。
30
+
24
31
## 3.6.8 (2018-04-25)
25
32
26
33
### Bug fixes
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " leancloud-storage" ,
3
- "version" : " 3.7.0-beta.0 " ,
3
+ "version" : " 3.7.0" ,
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-beta.0 ' ;
1
+ module . exports = '3.7.0' ;
You can’t perform that action at this time.
0 commit comments