v3.0.0
This release fixes the date issue in 2.0.0. Check out the release notes for more details: https://github.com/ozgurg/google-currency-scraper/releases/tag/v2.0.0.
⚠️ Breaking
dateUpdated
is no longer a Date. Google uses a different date format depending on the requester's language, region, and similar factors. I tried to make every request from any language or region return the same response, but I cannot manage it. Parsing with a known date format breaks in different requests. So, I pass the date string that Google provides without any parsing process. You'll need to handle this. If you don't have time for this right now, I recommend staying with v1.2.2.