Skip to content

Commit e1c29bb

Browse files
committed
chore(release): bump version to 1.0.0-rc9
1 parent 38a6fd0 commit e1c29bb

File tree

22 files changed

+14657
-10262
lines changed

22 files changed

+14657
-10262
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": "avoscloud-sdk",
3-
"version": "1.0.0-rc8",
3+
"version": "1.0.0-rc9",
44
"homepage": "https://github.com/leancloud/javascript-sdk",
55
"authors": [
66
"killme2008 <xzhuang@leancloud.rocks>"

changelog.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
# 1.0.0-rc9 日期:2016 年 5 月 16 日
2+
* 修复了错误的 `package.browser` 字段引起的部分打包工具异常。
3+
* 修复浏览器中 ajax 方法中错误的转码方式。
4+
* 修复 `AV.Object#get` 方法返回部分字段类型异常。
5+
* 修复 `AV.Object#fetch` 方法 `read sessionToken from undefined` 的错误。
6+
* 支持节点动态路由。
7+
* 文件上传使用 https 协议。
8+
* 文件上传支持 React Native for Android。
9+
110
# 1.0.0-rc8 日期:2016 年 4 月 6 日
211
* **(BREAKING)** 添加了 AV.init 方法,该方法接收一个名为 options 的参数字典,废弃 AV.initialize 方法。
312
* **(BREAKING)** 为 AV.Object#save 方法的 options 参数添加了 fetchWhenSave 选项,废弃 AV.Object#fetchWhenSave 方法。

0 commit comments

Comments
 (0)