Skip to content

Releases: karlomikus/bar-assistant

v1.0.3

11 Dec 14:57
35f87b9
Compare
Choose a tag to compare

Fixes

  • Sync cocktails and ingredients with meilisearch after docker restart
  • Bump version in openapi spec

v1.0.2

11 Dec 13:09
d7c253a
Compare
Choose a tag to compare

New

  • Add php artisan bar:scrap command to scrape recipes from the supported websites
    • Support for TuxedoNo2
    • Support for A Couple Cooks
  • Add cocktails thumbnail generation endpoint
  • Enabled GD extension in docker

Fixes

  • Sort ingredient categories by name
  • Sort related cocktails in ingredient resource by name
  • Escape ingredient description

Changes

  • Use docker-php-extension-installer for docker image

v1.0.1

03 Dec 15:11
778079b
Compare
Choose a tag to compare

New

  • Make cocktail id attribute filterable in cocktails index
  • Add per_page query parameter to cocktails endpoint (defaults to 15)
  • Add profile update endpoint
  • Search index settings are updated on docker restart

Fixes

  • Sort shelf cocktails by name
  • Document missing query parameters in OA specification

v1.0.0

28 Nov 17:14
30909e5
Compare
Choose a tag to compare
  • Cover all endpoints with tests
  • Add coding style

v0.5.3

26 Nov 09:27
bebb9bb
Compare
Choose a tag to compare
  • Update OpenApi spec and endpoints
  • Delete responses now return 204
  • Add contract testing
  • Update related ingredients

v0.5.2

22 Nov 19:20
078c2ca
Compare
Choose a tag to compare
  • Add response caching, disabled by default
  • Cache docker image steps in GH actions

v0.5.1

22 Nov 17:28
d8c23bf
Compare
Choose a tag to compare
  • Update constraints

v0.5.0

21 Nov 18:15
241d187
Compare
Choose a tag to compare
  • Use redis for session and cache
  • Automatically select some ingredients when running the application for the first time
  • Add OpenAPI specification and /docs route
  • Fixed an error response when adding ingredient to the shelf from shopping list
  • Updated some endpoints to be more consistent
  • Include substitute ingredients when showing a list of shelf cocktails
  • Added debugbar
  • Remove the need to run chown in docker container
  • Add demo environment support

v0.4.1

19 Nov 11:51
da9b517
Compare
Choose a tag to compare
  • Enable opcache in docker image
  • Cache route and config in docker image

v0.4.0

18 Nov 18:37
dee798a
Compare
Choose a tag to compare
  • Refactor image uploading and handling
  • Updates for some base ingredients
  • Add more popular cocktails
  • Finish cocktail ingredient substitutes endpoints
  • Finish glass type endpoints