Skip to content

v2.0.0

Latest
Compare
Choose a tag to compare
@cmbuckley cmbuckley released this 11 Mar 23:52
· 3 commits to main since this release

Major rewrite of the package to use the new API. Every effort has been made to maintain backwards compatibilty with v1, but notably API responses are keyed by currency pairs (e.g. GBPUSD) instead of just the destination currency (USD).

  • Updated all API calls to match the latest exchangerate.host API.
  • Relaxed dependency on Carbon to work with DateTimeInterface.
  • Changed default URI to HTTP to match the API's free plan.
  • Added support for API key and HTTPS option for paid users.

Full Changelog: v1.0.1...v2.0.0