File tree Expand file tree Collapse file tree 4 files changed +8
-4
lines changed
Expand file tree Collapse file tree 4 files changed +8
-4
lines changed Original file line number Diff line number Diff line change 11{
22 "name" : " leancloud-storage" ,
3- "version" : " 2.1.0 " ,
3+ "version" : " 2.1.1 " ,
44 "homepage" : " https://github.com/leancloud/javascript-sdk" ,
55 "authors" : [
66
Original file line number Diff line number Diff line change 1- ## 2.0.1 (2017-01-20)
1+ ## 2.1.1 (2017-02-07)
2+ ### Bug Fixes
3+ * 修复了使用 masterKey 获取一个 object 后再次 save 可能会报 ACL 格式不正确的问题。
4+
5+ ## 2.1.0 (2017-01-20)
26### Bug Fixes
37* 修复了 ` File#toJSON ` 序列化结果中缺失 objectId 等字段的问题
48* 修复了使用 ` Query#containsAll ` 、` Query#containedIn ` 或 ` Query#notContainedIn ` 方法传入大数组时查询结果可能为空的问题
Original file line number Diff line number Diff line change 11{
22 "name" : " leancloud-storage" ,
3- "version" : " 2.1.0 " ,
3+ "version" : " 2.1.1 " ,
44 "main" : " ./dist/node/index.js" ,
55 "description" : " LeanCloud JavaScript SDK." ,
66 "repository" : {
Original file line number Diff line number Diff line change 1- module . exports = '2.1.0 ' ;
1+ module . exports = '2.1.1 ' ;
You can’t perform that action at this time.
0 commit comments