Skip to content

Releases: FoamFactory/archetype

v1.0.7

03 Aug 14:38
a87efd2
Compare
Choose a tag to compare

Features

  • Dynamically build the DATABASE_URL from environment variables, rather than expecting it to be
    specified as its own environment variable.

v1.0.5

10 Apr 15:41
2eb6fd7
Compare
Choose a tag to compare

v1.0.5

Features

  • Made GET /avatars return a dehydrated version of avatar records. (#7)

v1.0.4

10 Apr 03:38
0964586
Compare
Choose a tag to compare

1.0.4

Features

  • Added an endpoint to upload avatars using a data uri.

v1.0.2

06 Mar 17:14
fb8073f
Compare
Choose a tag to compare

v1.0.2

Bug Fixes:

  • Fix problem caused by un-iniitalized database. (#4)
  • Fix issue where MySQL database did not persist after container restart. (#3))

Enhancements:

  • Allow for more options in ALLOWED_HOSTS by using a regex. (#1)