File tree Expand file tree Collapse file tree 4 files changed +12
-5
lines changed
Expand file tree Collapse file tree 4 files changed +12
-5
lines changed Original file line number Diff line number Diff line change 11{
22 "name": "leancloud-storage",
3- "version": "3.7.0-beta.0 ",
3+ "version": "3.7.0",
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.0-beta.0 (2018-05-09 )
1+ # 3.7.0 (2018-05-25 )
22
33### Features
44
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/)
69* 第三方账号登录功能增加了两项新的能力:
710
811 * 所有第三方账号登录 API 增加了 `failOnNotExist` 参数,指定该参数为 `true` 时如果当前不存在该 `authData` 对应的用户,将会抛出「未找到用户」异常。该选项使开发者在使用第三方账号登录创建新用户之前有机会要求用户填写手机号码等信息。
2124 * `AV.User#loginWithAuthDataAndUnionId`
2225 * `AV.User#loginWithWeapp`
2326
27+ ### Bug fixes
28+
29+ * 修复了 `AV.Query#sizeEqualTo` 方法没有返回 `this` 的问题。
30+
2431## 3.6.8 (2018-04-25)
2532
2633### Bug fixes
Original file line number Diff line number Diff line change 11{
22 "name": "leancloud-storage",
3- "version": "3.7.0-beta.0 ",
3+ "version": "3.7.0",
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-beta.0 ';
1+ module.exports = '3.7.0';
You can’t perform that action at this time.
0 commit comments