File tree Expand file tree Collapse file tree 4 files changed +13
-3
lines changed Expand file tree Collapse file tree 4 files changed +13
-3
lines changed Original file line number Diff line number Diff line change 11{
22 "name" : " leancloud-storage" ,
3- "version" : " 3.5 .0" ,
3+ "version" : " 3.6 .0" ,
44 "homepage" : " https://github.com/leancloud/javascript-sdk" ,
55 "authors" : [
66 " LeanCloud <support@leancloud.rocks>"
Original file line number Diff line number Diff line change 1+ # 3.6.0 (2018-02-05)
2+
3+ ### Features
4+ - 第三方登录支持使用微信 unionId + openId 登录。
5+ - 支持全局设置请求超时时间: ` AV.setRequestTimeout(ms); ` ,超时后 SDK 会抛出 ` ECONNABORTED ` 异常。
6+
7+ ### Bug Fixes
8+ - 修复了一个微信小游戏环境中的异常。
9+
10+
111# 3.5.0 (2018-01-10)
212
313### Features
Original file line number Diff line number Diff line change 11{
22 "name" : " leancloud-storage" ,
3- "version" : " 3.5 .0" ,
3+ "version" : " 3.6 .0" ,
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.5 .0' ;
1+ module . exports = '3.6 .0' ;
You can’t perform that action at this time.
0 commit comments