Skip to content

Releases: colyseus/colyseus.js

0.10.8

26 May 20:50
Compare
Choose a tag to compare

Fixes colyseus/colyseus#244 (introduced on version 0.10.7)

0.10.7

25 May 21:36
Compare
Choose a tag to compare

Support for new experimental @colyseus/social API.
See documentation: https://docs.colyseus.io/authentication/

Now available in the client:

  • client.auth.login()
  • client.auth.getFriends()
  • client.auth.getOnlineFriends()
  • client.auth.getFriendRequests()
  • client.auth.sendFriendRequest(userId)
  • client.auth.acceptFriendRequest(userId)
  • client.auth.declineFriendRequest(userId)
  • client.auth.sendFriendRequest(userId)
  • client.auth.blockUser(userId)
  • client.auth.unblockUser(userId)
  • client.push.register()

0.10.6

18 May 12:39
Compare
Choose a tag to compare

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 colyseus@0.10.2

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)