Skip to content

Releases: alexstojda/pinman

v0.8.0

28 Sep 17:59
3656634
Compare
Choose a tag to compare

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

06 Aug 03:37
Compare
Choose a tag to compare

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

01 Aug 02:47
Compare
Choose a tag to compare

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

27 Jul 23:47
9ef5a7e
Compare
Choose a tag to compare

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

24 Jul 18:25
Compare
Choose a tag to compare

Features

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

v0.3.0

24 Jul 18:13
Compare
Choose a tag to compare

Features

  • backend: Add create league endpoint (efbbe0a)
  • backend: Add get league endpoint (31632f0)
  • backend: Add list leagues endpoint (3b7302c)

v0.2.6

06 Jan 03:55
320e84e
Compare
Choose a tag to compare

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

04 Jan 03:21
0ab991c
Compare
Choose a tag to compare

Bug Fixes

  • Correct order of precedence for config vars (0ab991c)

v0.2.4

04 Jan 02:11
e1a3cf0
Compare
Choose a tag to compare

Bug Fixes

  • Adjust config to deploy to railway (e1a3cf0)

v0.2.3

03 Jan 05:47
d92ead0
Compare
Choose a tag to compare

Bug Fixes

  • Refactor code for testability and add tests (#16) (d92ead0)