Releases: cubic-js/cubic-client
Releases · cubic-js/cubic-client
v1.1.0
1.1.0 (2018-07-15)
Features
- Support new cubic-api response format. (38c5d6a)
v1.0.11
1.0.11 (2018-07-14)
Bug Fixes
- Reconnect in case of
connect_error
s instead of throwing an error. (3b6650a)
v1.0.10
1.0.10 (2018-07-14)
Bug Fixes
- Prevent reconnect not ignoring reconnect requests when there's already one in progress. Add error listeners. (8319cc1)
v1.0.9
1.0.9 (2018-07-10)
Bug Fixes
- Fix error logic when authenticating. (fefd523)
- Fix error message using wrong parsing logic for some errors. (c72ba67)
v1.0.8
1.0.8 (2018-06-30)
Bug Fixes
- Automatically redirect on 3xx responses. (b0849c8)
- Simplify error checks in responses, which should prevent some cases from not being fired. (0f93b43)
v1.0.7
1.0.7 (2018-06-27)
Bug Fixes
- ci: Require cubic-client as dev dependency for cubic-core (c7500c6)
- Fix issue where multiple reconnects would fire at once, leading to even worse connection issues. (c16adb2)
- Prevent leaky reconnection behaviour where more reconnects than necessary would be triggered. (594fad2)
v1.0.6
1.0.6 (2018-06-26)
Bug Fixes
- Fix issue where socket.io would randomly decide not to connect (fuck socket.io, seriously) (7890500)
v1.0.5
1.0.5 (2018-04-28)
Bug Fixes
- Resolve initial connection promise after 'connect' event occured. (f6bb836)
v1.0.4
1.0.4 (2018-04-19)
Bug Fixes
- Fix ServerErrors returning
undefined
as reason. (a40ee15)
v1.0.3
1.0.3 (2018-04-15)
Bug Fixes
- Throw custom ServerError instead of error response object. (cc7f7b3)