Skip to content

Commit 2b6ab75

Browse files
committed
Release v0.5.0
1 parent 58d185d commit 2b6ab75

File tree

4 files changed

+6
-3
lines changed

4 files changed

+6
-3
lines changed

changelog.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# 0.5.0 日期: 2015 年 3 月 02 日
2+
* 增强 `AV.Promise`,增加`done,catch,finally,AV.Promise.race` 等方法,兼容 Promise/A+
3+
* 修复更新对象可能更新没有变更的属性的 Bug,减少请求流量。
4+
15
# 0.4.9 日期: 2015 年 2 月 26 日
26
* 拆分 sdk,按照模块划分成多个文件。
37
* 使用 gulp 构建 sdk,清理代码。

lib/av.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
/*!
22
* AVOSCloud JavaScript SDK
3-
* Version: 0.4.9
43
* Built: Mon Jun 03 2013 13:45:00
54
* https://leancloud.cn
65
*

lib/version.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
(function(root) {
22
root.AV = root.AV || {};
3-
root.AV.VERSION = "js0.4.9";
3+
root.AV.VERSION = "js0.5.0";
44
}(this));

package.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": "0.4.9",
3+
"version": "0.5.0",
44
"main": "./lib/av.js",
55
"description": "AVOSCloud JavaScript SDK.",
66
"repository": {

0 commit comments

Comments
 (0)