Skip to content

Releases: colyseus/colyseus.js

0.9.10

16 Jul 16:15
Compare
Choose a tag to compare
  • room.leave() now plays nicely with onLeave(client, consented) in the server-side.

0.9.9

07 Jul 05:29
Compare
Choose a tag to compare

Introduced a rejoin() method. Should be used along with allowReconnection() in the server-side.

0.9.8

01 Jul 23:20
Compare
Choose a tag to compare
  • Fixes Storage#getItem() method. (#34, thanks @ggicci)

0.9.7

06 Jun 21:15
Compare
Choose a tag to compare

Fixes Electron support (#30)

0.9.6

06 Jun 17:36
Compare
Choose a tag to compare

Upgrade notepack.io to version 2.1.3, which fixes UTF-8 decoding (#29)

0.9.5

19 May 20:16
Compare
Choose a tag to compare
  • Fix onclose event on connections.

0.9.4

17 May 03:05
Compare
Choose a tag to compare

Integration with new client reconnection feature on [email protected] (https://github.com/gamestdio/colyseus/releases/tag/0.9.7)

0.9.2

01 May 22:53
Compare
Choose a tag to compare
  • Replace signals.js implementation with @gamestdio/signals (which don't rely on Symbol available)
  • Better React Native compatibility with Android.

0.9.1

07 Apr 13:44
Compare
Choose a tag to compare

Forwarding error event to onClose / onError signals. (#24, thanks @msqaddura)

0.9.0

30 Mar 22:20
Compare
Choose a tag to compare