Skip to content
This repository has been archived by the owner on Oct 19, 2018. It is now read-only.

Releases: cubic-js/cubic-client

v1.1.0

15 Jul 15:26
96e44a4
Compare
Choose a tag to compare

1.1.0 (2018-07-15)

Features

  • Support new cubic-api response format. (38c5d6a)

v1.0.11

14 Jul 12:47
bc672c0
Compare
Choose a tag to compare

1.0.11 (2018-07-14)

Bug Fixes

  • Reconnect in case of connect_errors instead of throwing an error. (3b6650a)

v1.0.10

14 Jul 12:12
e12da96
Compare
Choose a tag to compare

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

10 Jul 15:23
b556a4e
Compare
Choose a tag to compare

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

30 Jun 21:42
66887f9
Compare
Choose a tag to compare

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

27 Jun 19:37
b29b74b
Compare
Choose a tag to compare

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

26 Jun 15:51
b22ecfc
Compare
Choose a tag to compare

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

28 Apr 13:18
39300c7
Compare
Choose a tag to compare

1.0.5 (2018-04-28)

Bug Fixes

  • Resolve initial connection promise after 'connect' event occured. (f6bb836)

v1.0.4

19 Apr 03:31
a773d37
Compare
Choose a tag to compare

1.0.4 (2018-04-19)

Bug Fixes

  • Fix ServerErrors returning undefined as reason. (a40ee15)

v1.0.3

15 Apr 18:59
Compare
Choose a tag to compare

1.0.3 (2018-04-15)

Bug Fixes

  • Throw custom ServerError instead of error response object. (cc7f7b3)