Skip to content

Commit 87458aa

Browse files
authored
Release 1.1.0 (#312)
* Release 1.1.0 * fix change log
1 parent 8d5ba16 commit 87458aa

17 files changed

+564
-430
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,4 +67,5 @@ bower install leancloud-storage --save
6767
* 发布到 npm,需 npm 协作者身份(执行 `npm publish`
6868
* 发布到 CDN,需要七牛权限(执行 `gulp upload`
6969
* 提醒所有相关工程师完善文档
70+
* 需修改文档中 JS SDK 的 CDN 地址
7071

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.0.0",
3+
"version": "1.1.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.1.0 日期:2016 年 6 月 27 日
2+
* 防止 SDK 覆盖全局变量 AV
3+
* Object.add、Object.addUnique、Object.remove 等方法支持从传入非数组类型的 value 参数
4+
* 修复路由缓存错误,不再出现多次 410 错误请求
5+
* 美国节点上传到 S3 改为直接上传,不再通过服务器中转
6+
17
# 1.0.0 日期:2016 年 5 月 30 日
28
* 弃用 AV.Error 对象,改为内部模块
39
* 移除 AV.applicationProduction 改为 AV._config.applicationProduction 内部接口

0 commit comments

Comments
 (0)