feat(api): Implemented turn event via websocket #86

Merged
Janis merged 6 commits from feat/turn-event into main 2025-11-27 07:57:38 +01:00
5 changed files with 81 additions and 13 deletions
Showing only changes of commit e2fa270fc1 - Show all commits

View File

@@ -154,3 +154,8 @@
### Features ### Features
* **api:** Implemented card played event via websocket ([#85](https://git.janis-eccarius.de/KnockOutWhist/KnockOutWhist-Web/issues/85)) ([3c0828f](https://git.janis-eccarius.de/KnockOutWhist/KnockOutWhist-Web/commit/3c0828fdbeb507706b86f1662476c46e760533e4)) * **api:** Implemented card played event via websocket ([#85](https://git.janis-eccarius.de/KnockOutWhist/KnockOutWhist-Web/issues/85)) ([3c0828f](https://git.janis-eccarius.de/KnockOutWhist/KnockOutWhist-Web/commit/3c0828fdbeb507706b86f1662476c46e760533e4))
## (2025-11-26)
### Features
* **api:** Implemented session closed and kick event via websocket ([#87](https://git.janis-eccarius.de/KnockOutWhist/KnockOutWhist-Web/issues/87)) ([1ef5e8a](https://git.janis-eccarius.de/KnockOutWhist/KnockOutWhist-Web/commit/1ef5e8a72fdf8a3d1ae624c8c3d7c6595017bc6f))

View File

@@ -1,3 +1,3 @@
MAJOR=4 MAJOR=4
MINOR=2 MINOR=3
PATCH=0 PATCH=0