File tree Expand file tree Collapse file tree 4 files changed +10
-4
lines changed
Expand file tree Collapse file tree 4 files changed +10
-4
lines changed Original file line number Diff line number Diff line change 11{
22 "name" : " leancloud-storage" ,
3- "version" : " 2.1.3 " ,
3+ "version" : " 2.1.4 " ,
44 "homepage" : " https://github.com/leancloud/javascript-sdk" ,
55 "authors" : [
66
Original file line number Diff line number Diff line change 1- ## 2.1.3 (2017-3-13)
1+ ## 2.1.4 (2017-03-27)
2+ ### Bug Fixes
3+ * 如果在创建 ` Role ` 时不指定 ` acl ` 参数,SDK 会自动为其设置一个「默认 acl」,这导致了通过 Query 得到或使用 ` Object.createWithoutData ` 方法得到 ` Role ` 也会被意外的设置 acl。这个版本修复了这个问题。
4+ * 修复了在 React Native for Android 中使用 blob 方式上传文件失败的问题
5+
6+ ## 2.1.3 (2017-03-13)
7+ ### Bug Fixes
28* 修复了调用 ` User#refreshSessionToken ` 刷新用户的 sessionToken 后本地存储中的用户没有更新的问题
39* 修复了初始化可能会造成 disableCurrentUser 配置失效的问题
410* 修复了 ` Query#destroyAll ` 方法 ` options ` 参数无效的问题
Original file line number Diff line number Diff line change 11{
22 "name" : " leancloud-storage" ,
3- "version" : " 2.1.3 " ,
3+ "version" : " 2.1.4 " ,
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.3 ' ;
1+ module . exports = '2.1.4 ' ;
You can’t perform that action at this time.
0 commit comments