Skip to content

Releases: FoamFactory/archetype

v1.0.7

Choose a tag to compare

@jwir3 jwir3 released this 03 Aug 14:38
a87efd2

Features

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

v1.0.5

Choose a tag to compare

@jwir3 jwir3 released this 10 Apr 15:41
2eb6fd7

v1.0.5

Features

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

v1.0.4

Choose a tag to compare

@jwir3 jwir3 released this 10 Apr 03:38
0964586

1.0.4

Features

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

v1.0.2

Choose a tag to compare

@jwir3 jwir3 released this 06 Mar 17:14
fb8073f

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)