File tree Expand file tree Collapse file tree 4 files changed +9
-3
lines changed
Expand file tree Collapse file tree 4 files changed +9
-3
lines changed Original file line number Diff line number Diff line change 11{
22 "name" : " leancloud-storage" ,
3- "version" : " 3.6.4 " ,
3+ "version" : " 3.6.5 " ,
44 "homepage" : " https://github.com/leancloud/javascript-sdk" ,
55 "authors" : [" LeanCloud <support@leancloud.rocks>" ],
66 "description" : " LeanCloud JavaScript SDK" ,
Original file line number Diff line number Diff line change 1+ ## 3.6.5 (2018-04-09)
2+
3+ ### Bug fixes
4+
5+ * 修复了对 Object 或 Array 类型的字段的值进行的直接修改在 save 时没有被正确保存的问题。这个问题是 v3.3.0 中引入的。
6+
17## 3.6.4 (2018-03-30)
28
39### Bug fixes
Original file line number Diff line number Diff line change 11{
22 "name" : " leancloud-storage" ,
3- "version" : " 3.6.4 " ,
3+ "version" : " 3.6.5 " ,
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 = '3.6.4 ' ;
1+ module . exports = '3.6.5 ' ;
You can’t perform that action at this time.
0 commit comments