Skip to content

Releases: colyseus/colyseus.js

0.14.2

10 Mar 19:12
5cd9d89
Compare
Choose a tag to compare
v0.14.2

0.14.0

20 Oct 18:17
Compare
Choose a tag to compare
v0.14.0

0.14.0-alpha.16

03 Oct 21:56
Compare
Choose a tag to compare
0.14.0-alpha.16 Pre-release
Pre-release
v0.14.0-alpha.16

0.13.0

22 Apr 13:53
3fae162
Compare
Choose a tag to compare

0.12.0

26 Jan 19:21
Compare
Choose a tag to compare

Protocol changes for compatibility with 0.12, see migration guide: https://docs.colyseus.io/migrating/0.12/

0.11.3

09 Oct 00:58
Compare
Choose a tag to compare
  • a38b2e8 - uses current page's hostname/port if endpoint is not provided on Client constructor
  • 99e19f6 - expose client.auth.request() for auth-required requests
  • ca951ee - allow to specify listing metadata on client.getAvailabelRooms<Metadata>()

0.11.0

23 Aug 02:35
Compare
Choose a tag to compare

Version 0.11 is finally here! 🎉
See migration guide: https://docs.colyseus.io/migrating/0.11/

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