ash-jc-allen / laravel-exchange-rates

A Laravel wrapper package for interacting with the exchangeratesapi.io API.
MIT License
449 stars 49 forks source link

Improve date validation #36

Closed ash-jc-allen closed 4 years ago

ash-jc-allen commented 4 years ago

The Exchange Rates API can only provide exchange rates going back as far as 1999. At the moment, the validation only checks that the date is in the past. An extra validation check could be added to check that the date isn't before 1999.

ash-jc-allen commented 4 years ago

39

ash-jc-allen commented 4 years ago

This feature was added in release v3.0.0.