File tree Expand file tree Collapse file tree 4 files changed +14
-4
lines changed Expand file tree Collapse file tree 4 files changed +14
-4
lines changed Original file line number Diff line number Diff line change 11{
22 "name" : " leancloud-storage" ,
3- "version" : " 3.4.1 " ,
3+ "version" : " 3.4.2 " ,
44 "homepage" : " https://github.com/leancloud/javascript-sdk" ,
55 "authors" : [
66 " LeanCloud <support@leancloud.rocks>"
Original file line number Diff line number Diff line change 1+ ## 3.4.2 (2017-11-28)
2+
3+ ### Features
4+ - 细化了请求日志级别。
5+
6+ ### Bug fixes
7+ - 修复了 ` AV.User#dissociateAuthData ` 方法抛异常的问题。
8+ - 修复了使用 ` object#set('a.b', value) ` 修改嵌套的属性后,本地再次获取属性值没有更新的问题。
9+
10+
111## 3.4.1 (2017-11-17)
212
313### Bug fixes
2737
2838### Features
2939- ` AV.Object.saveAll ` 与 ` AV.Object.fetchAll ` 失败时,抛出的异常 error 对象增加 ` results ` 属性,类型为 ` Array<AV.Object|Error> ` 。通过这个属性,开发者可以知道哪些对象的操作成功了,哪些失败了。
30- - ` AV.User ` 增加了 ` #associateWithAuthData ` 与 ` #disassociateAuthData ` 用于关联、解绑第三方平台。原有的静态方法 ` AV.User.associateWithAuthData ` 已废弃。
40+ - ` AV.User ` 增加了 ` #associateWithAuthData ` 与 ` #dissociateAuthData ` 用于关联、解绑第三方平台。原有的静态方法 ` AV.User.associateWithAuthData ` 已废弃。
3141
3242### Bug Fixes
3343- 优化了关联对象保存时的逻辑,减少了一些不必要的保存请求,避免了在关联对象有循环依赖时可能会出现死循环的问题。
Original file line number Diff line number Diff line change 11{
22 "name" : " leancloud-storage" ,
3- "version" : " 3.4.1 " ,
3+ "version" : " 3.4.2 " ,
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.4.1 ' ;
1+ module . exports = '3.4.2 ' ;
You can’t perform that action at this time.
0 commit comments