Skip to content

Commit df85fdb

Browse files
committed
chore(release): v3.4.2
1 parent 2a3c304 commit df85fdb

File tree

4 files changed

+14
-4
lines changed

4 files changed

+14
-4
lines changed

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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>"

changelog.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
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
@@ -27,7 +37,7 @@
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
- 优化了关联对象保存时的逻辑,减少了一些不必要的保存请求,避免了在关联对象有循环依赖时可能会出现死循环的问题。

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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": {

src/version.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
module.exports = '3.4.1';
1+
module.exports = '3.4.2';

0 commit comments

Comments
 (0)