0.8.0 (2023-09-28)
- api: Make nested objects optional, to avoid having to deep-load ownership trees (ea2efe8)
- tournaments-frontend: List tournaments page (2ca7624)
0.7.0 (2023-08-06)
- tournaments-api: Add endpoint to create tournament (fdce652)
- tournaments-api: Add endpoint to list tournaments (8d786c8)
0.6.0 (2023-08-01)
- api: Panic if controller is missing from API (8921b01)
- leagues-api: Fix UUIDs in list response (5b1fa79)
- locations-api: Fix error checking logic in location api controller (86aa067)
- leagues-api: Include location object in league response instead of just location ID (a378cec)
- leagues-frontend: Show Location name & address on list page (cac4801)
- leagues-frontend: Use locations API when creating a league (1eedc21)
- leagues: Update league API to use Locations (aa68da1)
0.5.0 (2023-07-27)
- api-clients: Create api client for pinball map API to fetch locations (05fc2a6)
- locations: Add API for Create/Get/List locations (610c284)