Skip to content
This repository has been archived by the owner on Nov 20, 2019. It is now read-only.

Commit

Permalink
chore(release): 0.6.3
Browse files Browse the repository at this point in the history
  • Loading branch information
binsee committed Feb 11, 2019
1 parent d7ea147 commit b1159f8
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 4 deletions.
24 changes: 24 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,30 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

<a name="0.6.3"></a>
## [0.6.3](https://github.com/binsee/padchat-sdk/compare/v0.5.11...v0.6.3) (2019-02-11)


### Bug Fixes

* **demo:** 更新demo中断线重连代码 ([fe5b2a6](https://github.com/binsee/padchat-sdk/commit/fe5b2a6))
* 修复断线重连判断错误 ([3abc799](https://github.com/binsee/padchat-sdk/commit/3abc799))
* 修复某些情况下同步通讯录和消息遗漏问题 ([093c1f3](https://github.com/binsee/padchat-sdk/commit/093c1f3))
* 调整拦截短时间重复连接ws的方式 ([eae98e7](https://github.com/binsee/padchat-sdk/commit/eae98e7)), closes [#92](https://github.com/binsee/padchat-sdk/issues/92)


### Features

* 增加自动重连通知事件 ([cc29f3d](https://github.com/binsee/padchat-sdk/commit/cc29f3d))
* 将推送联系人从push事件中独立出来 ([81d9206](https://github.com/binsee/padchat-sdk/commit/81d9206))
* 更改cmdId为计数器,减少通讯中cmdId的占用尺寸 ([fd83bfd](https://github.com/binsee/padchat-sdk/commit/fd83bfd))
* 更改ws通讯中荷载字段名称为payload ([1635b14](https://github.com/binsee/padchat-sdk/commit/1635b14)), closes [#28](https://github.com/binsee/padchat-sdk/issues/28)
* 更改推送机制方案,以优化性能 ([fe22ae0](https://github.com/binsee/padchat-sdk/commit/fe22ae0))
* 登陆模式的断线重连名称改为 'auto' ([e2461e3](https://github.com/binsee/padchat-sdk/commit/e2461e3)), closes [#29](https://github.com/binsee/padchat-sdk/issues/29)
* **demo:** 可独立开关同步通讯录及消息 ([7d3f0e0](https://github.com/binsee/padchat-sdk/commit/7d3f0e0))



<a name="0.6.2"></a>
## [0.6.2](https://github.com/binsee/padchat-sdk/compare/v0.5.11...v0.6.2) (2018-11-23)

Expand Down
4 changes: 1 addition & 3 deletions docs/index.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Padchat Sdk v0.6.2 Documentation
# Padchat Sdk v0.6.3 Documentation

<a name="Padchat"></a>

Expand Down Expand Up @@ -121,8 +121,6 @@ sns | 朋友圈更新事件
}
```

TODO: 补充各监听事件返回的数据定义

<a name="Padchat+start"></a>

### padchat.start()
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "padchat-sdk",
"version": "0.6.2",
"version": "0.6.3",
"description": "padchat开发包",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit b1159f8

Please sign in to comment.