Releases: colyseus/colyseus.js
Releases · colyseus/colyseus.js
0.10.5
Fixes compatibility with React Native (#50, thanks @serjek)
0.10.3
- fixes requiring browser-only version of
notepack.io
(thanks @chsqn #49)
0.10.2
Prevent crash when serializer handshake is null (no state schema defined)
0.9.16
colyseus.js
now works on Node.js environment (#25)
0.9.15
- Allow to send custom options on
Client
connection. (#41, thanks @amit-gshe)
0.9.13
- Allow to override room creation via
Client#createRoom
(#37, thanks @amitport)
0.9.12
- Allow enqueueing
room.send()
messages before the connection is open
- Include
change.previousValue
on "replace"
operations.
0.9.11
React Native compatibility was broken. It has been fixed on this version.