File tree Expand file tree Collapse file tree 4 files changed +14
-3
lines changed
Expand file tree Collapse file tree 4 files changed +14
-3
lines changed Original file line number Diff line number Diff line change 11{
22 "name" : " leancloud-storage" ,
3- "version" : " 3.2.1 " ,
3+ "version" : " 3.3.0 " ,
44 "homepage" : " https://github.com/leancloud/javascript-sdk" ,
55 "authors" : [
66
Original file line number Diff line number Diff line change 1+ # 3.3.0 (2017-10-24)
2+
3+ ### Features
4+ - ` AV.Object ` 的批量操作 API(` .saveAll ` ,` .fetchAll ` 与 ` deleteAll ` )失败时,抛出的异常 error 对象增加 ` results ` 属性,类型为 ` Array<AV.Object|Error> ` 。通过这个属性,开发者可以知道哪些对象的操作成功了,哪些失败了。
5+ - ` AV.User ` 增加了 ` #associateWithAuthData ` 与 ` #disassociateAuthData ` 用于关联、解绑第三方平台。原有的静态方法 ` AV.User.associateWithAuthData ` 已废弃。
6+
7+ ### Bug Fixes
8+ - 优化了关联对象保存时的逻辑,减少了一些不必要的保存请求,避免了在关联对象有循环依赖时可能会出现死循环的问题。
9+ - 修复了使用应用内社交模块 ` inboxQuery ` 查询时可能出现 ` URI too long ` 异常的问题。
10+
11+
112## 3.2.1 (2017-09-19)
213
314### Bug fixes
Original file line number Diff line number Diff line change 11{
22 "name" : " leancloud-storage" ,
3- "version" : " 3.2.1 " ,
3+ "version" : " 3.3.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.2.1 ' ;
1+ module . exports = '3.3.0 ' ;
You can’t perform that action at this time.
0 commit comments