This repository has been archived by the owner on Jul 14, 2021. It is now read-only.
Releases: ultimate-ttt/ultimate-ttt-backend
Releases · ultimate-ttt/ultimate-ttt-backend
0.3.0 - Subscription Support
0.2.1 - Schema refinements
refined Schema to make sure only properties that actually can be null are null
0.2.0 - Implemented move validation logic
This version includes #3.
Moves get validated for validity.
New fields introduced:
- MoveResult:
- InvalidReason
- MoveFinishedBoard
- MoveFinishedGame
0.1.0 - Readable Ids
implemented #7
0.0.1 - MVP implementation
This version provides the schema structure as well as basic functionality. It's now possible to write integrations for this api.