Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 657 Bytes

CHANGELOG.md

File metadata and controls

26 lines (18 loc) · 657 Bytes

Changelog

v0.4.0

Add support dynamic system env config lookup. Example:

config :amazon_books,
  associate_tag: {:system, "AMAZON_ASSOCIATE_TAG"},
  access_key_id: {:system, "AMAZON_ACCESS_KEY_ID"},
  secret_access_key: {:system, "AMAZON_SECRET_ACCESS_KEY"}

v0.3.0

  • Default to US service URL if invalid country given
  • Include ASIN and lowest offer in result
  • Move offer out of nested map
  • Fix Elixir 1.4 warnings

v0.2.0

  • Include ISBN, EAN, publisher, # of pages, price and currency in the response map.
  • All lookup and search functions return a list. The previous version returned XML string in case of ISBN lookups.