Releases: ozgurg/google-currency-scraper
Releases · ozgurg/google-currency-scraper
v3.2.0
v3.1.0
v3.0.1
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.
v2.0.0
This version could not be published on npm. I will fix it when I have time.
This release focuses on refactoring.
⚠️ Breaking
- Node.js versions below 18 have been deprecated and are no longer supported. The minimum required version is now 18.
Full changelog: v1.2.2...v2.0.0
v1.2.2
- Fixed CVE-2022-46175 vulnerability by updating dependencies (c8245c2)
Full changelog: v1.2.1...v1.2.2
v1.2.1
- Made minor changes about the docs, added some config files, etc. There is nothing changed for you.
Full changelog: v1.2.0...v1.2.1