We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1ad3078 commit dfab211Copy full SHA for dfab211
2 files changed
CHANGELOG.md
@@ -1,5 +1,10 @@
1
## 更新日志
2
3
+### v0.1.5 (2015/07/31)
4
+
5
+* [#19](https://github.com/leancloud/leanengine-node-sdk/pull/19) Bugfix: 修正 AV.Cloud.httpRequest 提示 qs 没有定义的错误。
6
+* [#20](https://github.com/leancloud/leanengine-node-sdk/pull/20) Bugfix: cookieSession 中间件在 sessionToken 失效时能正确处理。
7
8
### v0.1.4 (2015/06/03)
9
10
* [bed2fdd](https://github.com/leancloud/leanengine-node-sdk/commit/bed2fdd72ae5d3fd787de64f081e3efc79bf6c3d) Bugfix: hook 函数 AV.User.current() 方法未能正确获取 User 对象
package.json
@@ -1,6 +1,6 @@
{
"name": "leanengine",
- "version": "0.1.4",
+ "version": "0.1.5",
"description": "LeanCloud LeanEngine Node.js SDK.",
"repository": {
"type": "git",
0 commit comments