Skip to content
This repository has been archived by the owner on Jul 21, 2020. It is now read-only.

Releases: mixer/mixer-client-swift

BeamAPI 1.2

17 Aug 14:16
Compare
Choose a tag to compare
  • Renamed all tetris-related classes to use "Interactive" instead

BeamAPI 1.1.1

16 Aug 12:41
Compare
Choose a tag to compare
  • Implemented a client that can interface with Constellation, Beam's new liveloading socket
  • Updated naming of chat and tetris client classes to reduce confusion and for parity

BeamAPI 1.0.8

09 Aug 19:54
Compare
Choose a tag to compare
  • Added methods for channel hosting:
    • PUT /channels/{id}/hostee
    • DELETE /channels/{id}/hostee

BeamAPI 1.0.7

09 Aug 18:59
Compare
Choose a tag to compare
  • Added new routes involving user notifications, including:
    • GET /notifications
    • POST /notifications/read
    • GET /notifications/transports
    • POST /notifications/transports
    • DELETE /notifications/transports/{transportId}
  • Fixed an issue with listing followers by user

BeamAPI 1.0.5

04 Aug 17:19
Compare
Choose a tag to compare
  • Fixed an issue with user followers being unsorted

BeamAPI 1.0.3

03 Aug 21:37
Compare
Choose a tag to compare
  • Fixed CSRF handling with:
    • DELETE /users/current
    • POST /oauth/twitter/login
    • POST /oauth/discord/login

BeamAPI 1.0.2

26 Jul 17:31
Compare
Choose a tag to compare
  • Fixed an issue with refreshing CSRF token on logging out

BeamAPI 1.0.1

25 Jul 19:46
Compare
Choose a tag to compare
  • Modified requests to send CSRF tokens

BeamAPI 1.0.0

20 Jul 18:54
Compare
Choose a tag to compare
  • Initial public release