Skip to content

Latest commit

 

History

History
69 lines (30 loc) · 3.15 KB

CHANGELOG.md

File metadata and controls

69 lines (30 loc) · 3.15 KB

0.8.0 (2023-09-28)

Bug Fixes

  • api: Make nested objects optional, to avoid having to deep-load ownership trees (ea2efe8)

Features

  • tournaments-frontend: List tournaments page (2ca7624)

0.7.0 (2023-08-06)

Bug Fixes

  • api: fields should be snake case in API (e279a3a)
  • api: Fix/standardize db error handling (1101e0f)

Features

  • tournaments-api: Add endpoint to create tournament (fdce652)
  • tournaments-api: Add endpoint to list tournaments (8d786c8)

0.6.0 (2023-08-01)

Bug Fixes

  • 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)

Features

  • 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)

Features

  • api-clients: Create api client for pinball map API to fetch locations (05fc2a6)
  • locations: Add API for Create/Get/List locations (610c284)

0.4.0 (2023-07-24)

Features

  • frontend: Add create league form (1f655df)
  • frontend: List leagues on homepage (87a81cf)