Releases: leancloud/javascript-sdk
Releases · leancloud/javascript-sdk
v3.2.1
19 Sep 03:32
Compare
Sorry, something went wrong.
No results found
v3.2.0
11 Sep 03:14
Compare
Sorry, something went wrong.
No results found
Features
AV.Object 增加了 #bitAnd、#bitOr 与 #bitXor 方法,支持对 Number 类型的字段进行位操作。
AV.File 增加了 #setUploadHeader 方法,支持为上传请求自定义 headers。
v3.1.1
23 Aug 10:24
Compare
Sorry, something went wrong.
No results found
Bug fixes
修复了 SDK 在 iOS9 中抛 Attempting to change value of a readonly property 异常的问题。
修复了在某些 ACL 设置下,AV.User.become 方法会被拒绝的问题。
修复了使用 new AV.User(data, { parse: true }) 方式构造的 User 没有数据的问题。
v3.1.0
10 Aug 02:53
Compare
Sorry, something went wrong.
No results found
Bug Fixes
修复了在某些运行环境中使用 LiveQuery 或 Captcha 功能时可能会出现 Object.assign 不存在的问题。
Features
v3.0.4
01 Aug 03:25
Compare
Sorry, something went wrong.
No results found
Bug fixes
修复了 leanengine 中没有正确禁用 currentUser 的问题。
v2.5.3
02 Aug 05:50
Compare
Sorry, something went wrong.
No results found
Bug Fixes
修复了一些 TypeScript 定义文件的问题。
v3.0.3
28 Jul 11:55
Compare
Sorry, something went wrong.
No results found
Bug fixes
修复了 AV.File 在浏览器中不支持通过 Blob 创建的问题。
修复了一些 TypeScript 定义文件的问题。
v3.0.2
10 Jul 10:23
Compare
Sorry, something went wrong.
No results found
Bug fixes
修复了 IE 下抛出 Promise 未定义异常的问题。
修复了微信小程序一键登录时没有正确初始失败情况的问题。
v2.5.2
03 Jul 13:58
Compare
Sorry, something went wrong.
No results found
Bug Fixes
修复了使用 new AV.User(data, { parse: true }) 方式构造的 User 没有数据的问题。
v2.5.1
28 Jun 08:22
Compare
Sorry, something went wrong.
No results found
Bug Fixes
修复了应用内社交模块对 AuthOptions 支持不完整的问题
修复了应用内社交模块在云引擎中使用时错误的打印了 AV.User.currentAsync 方法不可用警告的问题