All notable changes to this project will be documented in this file. See standard-version for commit guidelines.
- 增加 autoSendQueueMessage 选项 (9dca31b)
- 增加参数outputPingMsg (8bd7b5b)
- 增加属性 ws (15c4292)
- 增加心跳功能 (cb4749c)
- 增加压缩功能 (c554c42)
- 增加重连回调函数;增加messageQueue属性 (ce61b63)
- 增加onWebsocketError 回调方法 (2166ccf)
- 修复测试未通过问题 (0317cdf)
- 修复重连没有回调问题,和调整定义类型文件 (e096d85)
- core: 修复不能重连的bug (48798a1)
- 修复options逻辑 (86b5e6e)
- core: 修复子类不能访问_options的问题 (9847513)
1.6.0 (2022-02-16)
- 增加onWebsocketError 回调方法 (2166ccf)
1.5.0 (2022-02-16)
- 增加属性 ws (15c4292)
1.4.2 (2021-12-10)
1.4.1 (2021-08-18)
1.4.0 (2021-08-18)
- 增加参数outputPingMsg (8bd7b5b)
1.3.1 (2021-08-17)
1.3.0 (2021-08-17)
- 增加重连回调函数;增加messageQueue属性 (ce61b63)
1.2.0 (2021-03-11)
- 增加压缩功能 (c554c42)
1.1.3 (2021-03-11)
- core: 修复不能重连的bug (48798a1)
1.1.2 (2021-03-11)
- 修复options逻辑 (86b5e6e)
1.1.1 (2021-03-10)
- core: 修复子类不能访问_options的问题 (9847513)
1.1.0 (2021-03-10)
- 增加心跳功能 (cb4749c)