Skip to content

v1.1.0

Compare
Choose a tag to compare
@github-actions github-actions released this 27 Nov 10:18
954e0e7

1.1.0 (2023-11-22)

Features

  • fetch location data from OpenStreetMap Nominatim (#38) (2044e6b)
  • fetch product data from OpenFoodFacts (#49) (cc5a778)
  • GET /locations/id endpoint to get location details (#37) (4a4eca1)
  • GET /products/id endpoint to get product details (#46) (74f011c)
  • on Price create, create (or get) Location, and link them (#36) (003de11)
  • on Price create, create (or get) Product, and link them (#45) (71cf40a)
  • simple Location model (#35) (32562ad)
  • simple Product model (#44) (2bfa8f6)

Bug Fixes