File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# 更新日志
22
3+ ## v3.1.1
4+
5+ - 修复 ` AV.Cloud.HttpsRedirect ` 在 koa 中会出现循环重定向的问题。
6+
37## v3.1.0
48
59- ` AV.Express() ` 添加 ` onError ` (全局云函数错误处理)和 ` ignoreInvalidSessionToken ` (忽略不正确的 Session Token 而不是返回错误)选项。
Original file line number Diff line number Diff line change 66npm install --save leanengine leancloud-storage@3 --save
77```
88
9- 建议使用 Node.js 6 .0 以上的版本(可在 ` package.json ` 中设置 ` engines.node ` 为 ` 6 .x` )。
9+ 建议使用 Node.js 8 .0 以上的版本(可在 ` package.json ` 中设置 ` engines.node ` 为 ` 8 .x` )。
1010
1111## 文档
1212
Original file line number Diff line number Diff line change 11{
22 "name" : " leanengine" ,
3- "version" : " 3.1.0 " ,
3+ "version" : " 3.1.1 " ,
44 "description" : " LeanCloud LeanEngine Node.js SDK." ,
55 "repository" : {
66 "type" : " git" ,
2929 "leancloud-storage" : " ^3.0.0"
3030 },
3131 "keywords" : [
32- " LeanCloud " ,
33- " LeanEngine " ,
32+ " leancloud " ,
33+ " leanengine " ,
3434 " cloud" ,
35- " BaaS"
35+ " express" ,
36+ " koa"
3637 ],
3738 "config" : {
3839 "blanket" : {
You can’t perform that action at this time.
0 commit comments