File tree Expand file tree Collapse file tree 4 files changed +11
-3
lines changed
Expand file tree Collapse file tree 4 files changed +11
-3
lines changed Original file line number Diff line number Diff line change 11{
22 "name" : " leancloud-storage" ,
3- "version" : " 3.6.5 " ,
3+ "version" : " 3.6.6 " ,
44 "homepage" : " https://github.com/leancloud/javascript-sdk" ,
55 "authors" : [
" LeanCloud <[email protected] >" ],
66 "description" : " LeanCloud JavaScript SDK" ,
Original file line number Diff line number Diff line change 1+ ## 3.6.6 (2018-04-18)
2+
3+ ### Bug fixes
4+
5+ * 修复了使用 LiveQuery 时在某些情况下会异常断开连接的问题。
6+ * 修复了使用 ` AV.Status ` 的 ` countUnreadStatuses ` 与 ` resetUnreadCount ` 方法时指定 ` owner ` 参数不生效(始终作用于当前用户)的问题。
7+ * 修复了使用 ` fetchWhenSave ` 选项更新对象时,如果更新的属性使用了嵌套的 key(如 ` book.name ` ),更新成功后对象会有一些异常的未保存的值的问题。这个问题是 v3.6.5 中引入的。
8+
19## 3.6.5 (2018-04-09)
210
311### Bug fixes
Original file line number Diff line number Diff line change 11{
22 "name" : " leancloud-storage" ,
3- "version" : " 3.6.5 " ,
3+ "version" : " 3.6.6 " ,
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.5 ' ;
1+ module . exports = '3.6.6 ' ;
You can’t perform that action at this time.
0 commit comments