Releases: colyseus/colyseus.js
Releases · colyseus/colyseus.js
0.8.4
0.8.3
0.8.2
- Introduced experimental sync tools (implementation may change in the future. more info: https://discuss.colyseus.io/topic/6/proposal-automatic-state-synchronization-in-the-client-side/1)
- Allow to call
room.leave()
before connection is accepted.
0.8.0
Compatible with [email protected]
From now on, the versions of server and clients will have the same number. Versions of the server 0.8.x
should be compatible with clients 0.8.x
and so on. (it was a mess previously)
0.7.6
Fix WebSocket binaryType
on reconnections. (colyseus/colyseus#62)
0.7.5
- Skip "checksum" when applying delta patches (using
[email protected]
). - Uses
[email protected]
, which analyzes"add"
operations deeper.
0.7.5-alpha.0
Using new delta-listener, which analyzes "add"
operations deeper.