Skip to content

Releases: ash-jc-allen/laravel-exchange-rates

v7.4.0

19 Mar 11:14
Compare
Choose a tag to compare

What's Changed

Full Changelog: v7.3.0...v7.4.0

v7.3.0

11 Mar 15:16
Compare
Choose a tag to compare

What's Changed

Full Changelog: v7.2.0...v7.3.0

v7.2.0

13 Feb 12:41
Compare
Choose a tag to compare

What's Changed

  • Added support for the CurrencyBeacon API by @ragulka in #149

New Contributors

Full Changelog: v7.1.1...v7.2.0

v7.1.1

29 Oct 01:44
Compare
Choose a tag to compare

What's Changed

  • Fixed the exchange-rate-host driver so it works with the latest, sudden API changes by @ash-jc-allen in #148

Full Changelog: v7.1.0...v7.1.1

v7.1.0

28 Oct 13:02
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v7.0.1...v7.1.0

v7.0.1

13 Oct 19:54
0012dec
Compare
Choose a tag to compare

What's Changed

  • Fixed bug that was using the incorrect response class by @ash-jc-allen in #130
  • Fixed bug that was caused by returning a string rather than a float by @neochief in #128

New Contributors

Full Changelog: v7.0.0...v7.0.1

v7.0.0

23 Mar 17:05
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v6.1.0...v7.0.0

v6.1.0

10 Feb 16:09
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v6.0.0...v6.1.0

v6.0.0

08 Feb 22:37
Compare
Choose a tag to compare

What's Changed

  • Added concept of "drivers" so the package can support multiple APIs. #84
  • Added support for API Layer's "Exchange Rates Data API". #89
  • Added a new driver config option. #84
  • Added type hints and return types. #106
  • Added declare(strict_types=1); to all files. #106
  • Added specific Larastan configuration for Laravel 8. #113
  • Added more tests. #106
  • Refactored method signatures to remove unneeded arrays. #113
  • Updated documentation. #103
  • Run CI workflows for PHP 8.1 and Laravel 10. #90
  • Removed the api_url config option. #84
  • Removed existsInCache method from the src/Classes/CacheRepository.php file. #106
  • Removed validateIsStringOrArray method from the src/Classes/Validation file. #106
  • Removed the validation that ensured a date wasn't before the 4th January 1999. #117

New Contributors

Full Changelog: v5.2.0...v6.0.0

Upgrade guide: https://github.com/ash-jc-allen/laravel-exchange-rates/blob/master/UPGRADE.md

v5.2.0

11 Jan 23:23
Compare
Choose a tag to compare

What's Changed

Full Changelog: v5.1.0...v5.2.0