Skip to content
This repository was archived by the owner on Aug 31, 2021. It is now read-only.

Releases: rkalis/AppiePy

v0.2.4

28 May 08:56

Choose a tag to compare

  • ✨ Add extra discount information (authored by @smaat21 in #12)

v0.2.3

16 Apr 17:16

Choose a tag to compare

  • πŸ› Fix parsing error when the "<" character is included in nutrition (authored by @ricktav in #11)

v0.2.2

23 Feb 07:40

Choose a tag to compare

  • ✨ Add allergy information (authored by @jsoeterbroek in #8)
  • ✨ Add standalone CLI usage
  • πŸ› Trim whitespace and period in ingredients and allergy information
  • πŸ“š Update README from RST to MD

v0.2.1

23 Mar 12:12

Choose a tag to compare

  • ✨ Add image_url field to Product (authored by @HakanKartal through #3)
  • ⬆️ Update dependencies

v0.2.0

04 Apr 19:34

Choose a tag to compare

  • ✨ Add list of ingredients
  • πŸ› οΈ Change price: {was: 2.0, now: 1.0} to price_previous: 2.0 and price_current: 1.0
  • πŸ› Add a ProductNotFoundException when entering an incorrect url

v0.1.1

04 Apr 19:27

Choose a tag to compare

  • πŸ“š Fixed README.rst formatting

v0.1.0

04 Apr 12:26

Choose a tag to compare

  • πŸŽ‰ Initial Release