Releases: alexstojda/pinman
Releases · alexstojda/pinman
v0.8.0
Bug Fixes
- api: Make nested objects optional, to avoid having to deep-load ownership trees (ea2efe8)
Features
- tournaments-frontend: List tournaments page (2ca7624)
v0.7.0
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)
v0.6.0
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)
v0.5.0
Features
- api-clients: Create api client for pinball map API to fetch locations (05fc2a6)
- locations: Add API for Create/Get/List locations (610c284)
v0.4.0
Features
- frontend: Add create league form (1f655df)
- frontend: List leagues on homepage (87a81cf)
v0.3.0
Features
- backend: Add create league endpoint (efbbe0a)
- backend: Add get league endpoint (31632f0)
- backend: Add list leagues endpoint (3b7302c)
v0.2.6
Bug Fixes
- Add code to correct viper bug (f3565ce)
- backend: Fix serving static app (4c61fb9)
- backend: Run migrations on every server start (19c715c)
- frontend: Set base path to match static serve route (3c793e6)
- Use RAILWAY_STATIC_URL during build (320e84e)
v0.2.5
Bug Fixes
- Correct order of precedence for config vars (0ab991c)
v0.2.4
Bug Fixes
- Adjust config to deploy to railway (e1a3cf0)
v0.2.3
Bug Fixes
- Refactor code for testability and add tests (#16) (d92ead0)