Skip to content

Commit b86b0c1

Browse files
leeyehwangxiao
authored andcommitted
chore(release): bump version to v1.2.0 (#319)
1 parent bb3865f commit b86b0c1

File tree

14 files changed

+1424
-1358
lines changed

14 files changed

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

changelog.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
# 1.2.0 日期:2016 年 6 月 29 日
2+
* 增加 `AV.User.associateWithAuthData()` 方法
3+
* 修复美国节点文件上传失败的问题
4+
* 修复 `AV.User.signUpOrlogInWithAuthData()` 省略 callback 参数会报异常的问题
5+
* 修复 React Native 中 import leancloud-storage 抛 `cannot read property "APIServerURL" for undefined` 异常的问题
6+
17
# 1.1.0 日期:2016 年 6 月 27 日
28
* 防止 SDK 覆盖全局变量 AV
39
* Object.add、Object.addUnique、Object.remove 等方法支持从传入非数组类型的 value 参数

0 commit comments

Comments
 (0)