Skip to content

Releases: SomethingSexy/chronicle

v1.0.1

19 Nov 19:49
Compare
Choose a tag to compare

1.0.1 (2024-11-19)

Bug Fixes

  • export configuration for port (ce5aaa1)

v1.0.0

19 Nov 02:26
Compare
Choose a tag to compare

1.0.0 (2024-11-19)

Bug Fixes

  • creating gameId (c598ad9)
  • gameId not returning correctly (ea4c77e)
  • support adding sub locations (f564227)
  • update types in database schema;support ltree (a1b0e70)

Features

  • add ability to create a location (ce278b7)
  • add ability to link character to a world (416fc6b)
  • add additional queries and update migrations (8fe11b3)
  • add character type, refactor http translations, fetch additional data (02e003f)
  • add common folder; start postgres work (0820e59)
  • add game type (492384a)
  • add initial postgres support (4796691)
  • add query to retrieve game (8aeb2c3)
  • adding more queries (5df35ac)
  • better organization of game character - #5 (a4a01b0)
  • better organization;more testing on database layer (b996794)
  • break game persistence package down (3874abd)
  • include game characters when fetching a game (7a06bb3)
  • include worlds when returning list of games (1419eb9)
  • initial commit (4af8e81)
  • move character to game, add support for vtm test game type (495b376)
  • move world character to its own file for future use (3394fd5)
  • rename port; add initial character support (d0f902c)
  • return characters when fetching a world (7c36a1e)
  • setup initial service (fd36028)
  • split world and game #1 (bbe23c1)
  • update how models are being bound from payload body, prototyping game characters (93b73ff)
  • wip project setup (49548b0)
  • wip: connect to postgres (775186d)
  • wip: hide schema validation - #5 (89d3642)
  • wip: prototyping how we would handle game character schemas - #5 (11856d0)
  • wip: start work on character support (ebf6636)
  • work on listing games, start world and location (f2116b4)
  • working with json api, still very early wip (c8faedb)