Skip to content

Commit 4cb8717

Browse files
committed
chore(release): v1.5.5
1 parent 2489c3d commit 4cb8717

File tree

11 files changed

+659
-1234
lines changed

11 files changed

+659
-1234
lines changed

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "leancloud-storage",
3-
"version": "1.5.4",
3+
"version": "1.5.5",
44
"homepage": "https://github.com/leancloud/javascript-sdk",
55
"authors": [
66
"LeanCloud <support@leancloud.rocks>"

changelog.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 1.5.5 (2017-3-13)
2+
* 修复了初始化可能会造成 disableCurrentUser 配置失效的问题,现在 leanengine 中 `AV.User.current()` 能正确的始终返回 null 了。
3+
* 修复了 `Query#get``Query#destroyAll` 方法 `options.sessionToken` 参数无效的问题
4+
15
## 1.5.4 (2017-1-17)
26
* 修复了序列化 AV.File 时丢失部分字段的问题
37

0 commit comments

Comments
 (0)