Skip to content

Commit e32941b

Browse files
committed
chore(release): v3.3.0
1 parent f3d8c7c commit e32941b

File tree

4 files changed

+14
-3
lines changed

4 files changed

+14
-3
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.2.1",
3+
"version": "3.3.0",
44
"homepage": "https://github.com/leancloud/javascript-sdk",
55
"authors": [
66
"LeanCloud <[email protected]>"

changelog.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
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

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.2.1",
3+
"version": "3.3.0",
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.2.1';
1+
module.exports = '3.3.0';

0 commit comments

Comments
 (0)