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

Releases: ultimate-ttt/ultimate-ttt-backend

0.3.0 - Subscription Support

27 May 11:55
4fac056
Compare
Choose a tag to compare

The backend now supports subscriptions. This is useful to get notified if the opponent made his move

0.2.1 - Schema refinements

20 May 10:12
21f366f
Compare
Choose a tag to compare

refined Schema to make sure only properties that actually can be null are null

0.2.0 - Implemented move validation logic

15 May 13:32
625ecaa
Compare
Choose a tag to compare

This version includes #3.

Moves get validated for validity.

New fields introduced:

  • MoveResult:
    • InvalidReason
    • MoveFinishedBoard
    • MoveFinishedGame

0.1.0 - Readable Ids

24 Apr 11:42
e95ead1
Compare
Choose a tag to compare

implemented #7

0.0.1 - MVP implementation

25 Apr 09:39
fd114aa
Compare
Choose a tag to compare

This version provides the schema structure as well as basic functionality. It's now possible to write integrations for this api.