File tree 4 files changed +11
-4
lines changed 4 files changed +11
-4
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " leancloud-storage" ,
3
- "version" : " 2.4 .0" ,
3
+ "version" : " 2.5 .0" ,
4
4
"homepage" : " https://github.com/leancloud/javascript-sdk" ,
5
5
"authors" : [
6
6
Original file line number Diff line number Diff line change 1
- # 2.4.0 (2017-05-11)
1
+ # 2.5.0 (2017-06-01)
2
+ ### Bug Fixes
3
+ * 修复了查询 ` Role ` 时错误的打印了 deprecation 警告的问题
4
+
5
+ ### Features
6
+ * ` User#follow ` 增加了一种重载,现在可以通过 ` options.attributes ` 参数为创建的 ` Follower ` 与 ` Followee ` 增加自定义属性,方便之后通过 ` User#followerQuery ` 与 ` User#followerQuery ` 进行查询。
7
+
8
+ # 2.4.0 (2017-05-19)
2
9
### Bug Fixes
3
10
* ** 可能导致不兼容** 修复了 ` Query#get ` 方法在目标对象不存在的情况下会返回一个没有数据的 ` AV.Object ` 实例的问题,现在该方法会正确地抛出 ` Object not found ` 异常。这个问题是在 2.0.0 版本中引入的。
4
11
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " leancloud-storage" ,
3
- "version" : " 2.4 .0" ,
3
+ "version" : " 2.5 .0" ,
4
4
"main" : " ./dist/node/index.js" ,
5
5
"description" : " LeanCloud JavaScript SDK." ,
6
6
"repository" : {
Original file line number Diff line number Diff line change 1
- module . exports = '2.4 .0' ;
1
+ module . exports = '2.5 .0' ;
You can’t perform that action at this time.
0 commit comments