Skip to content

Releases: ozgurg/google-currency-scraper

v3.2.0

09 Jul 19:13
b65fecf
Compare
Choose a tag to compare

v3.1.0

08 Jul 16:51
ff26354
Compare
Choose a tag to compare
  • Add non-ISO 4217 currencies (#13)

Thanks to @Araxeus

v3.0.1

19 May 18:25
b6d4af8
Compare
Choose a tag to compare

Apparently npm and GitHub operate differently, even though they are owned by the same company. npm wants README.md to be in the root directory. Good job!

(Don't skip checking out 3.0.0)

v3.0.0

19 May 18:17
d9beb94
Compare
Choose a tag to compare

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

06 Mar 17:24
3aff426
Compare
Choose a tag to compare
v2.0.0 Pre-release
Pre-release

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

08 Mar 17:32
f6de23c
Compare
Choose a tag to compare

Full changelog: v1.2.1...v1.2.2

v1.2.1

10 Sep 03:40
1d47591
Compare
Choose a tag to compare
  • 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

v1.2.0

04 Sep 23:33
ef9abea
Compare
Choose a tag to compare
  • Replaced Puppeteer with fetch. This improved performance by almost 2x and there is no API changes. You can continue to use it as before. (cfb58c2, Closes #3, #6)

Full changelog: v1.1.1...v1.2.0

v1.1.1

28 Aug 04:07
66d9d5f
Compare
Choose a tag to compare
  • Fixed deprecation of querystring package (98ada88)
  • Updated dependencies (d46ab29)
  • Minor improvement and changes about the documentation, the naming and comments in the code

Full changelog: v1.1.0...v1.1.1

v1.1.0

16 Aug 18:53
Compare
Choose a tag to compare
  • Added last updated date (dateUpdated) property to the response (#2 142572c)