Skip to content

Releases: colyseus/colyseus.js

0.10.5

24 Apr 12:33
Compare
Choose a tag to compare

Fixes compatibility with React Native (#50, thanks @serjek)

0.10.4

31 Mar 22:13
Compare
Choose a tag to compare

Compatible with room proxying available on [email protected]

0.10.3

27 Mar 12:04
Compare
Choose a tag to compare
  • fixes requiring browser-only version of notepack.io (thanks @chsqn #49)

0.10.2

24 Mar 14:37
Compare
Choose a tag to compare

Prevent crash when serializer handshake is null (no state schema defined)

0.10.1

24 Mar 02:26
Compare
Choose a tag to compare

New state serializer is now available!

See migration guide here: https://docs.colyseus.io/migrating/0.10/

0.9.16

21 Jan 19:06
Compare
Choose a tag to compare
  • colyseus.js now works on Node.js environment (#25)

0.9.15

28 Oct 16:24
Compare
Choose a tag to compare
  • Allow to send custom options on Client connection. (#41, thanks @amit-gshe)

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.