Skip to content

Releases: colyseus/colyseus.js

0.9.13

30 Jul 13:31
Compare
Choose a tag to compare
  • Allow to override room creation via Client#createRoom (#37, thanks @amitport)

0.9.12

22 Jul 20:30
Compare
Choose a tag to compare
  • Allow enqueueing room.send() messages before the connection is open
  • Include change.previousValue on "replace" operations.

0.9.11

17 Jul 16:17
Compare
Choose a tag to compare

React Native compatibility was broken. It has been fixed on this version.

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 colyseus@0.9.7 (https://github.com/gamestdio/colyseus/releases/tag/0.9.7)