Skip to content

Releases: fvdm/nodejs-geolocation

v2.1.4

29 Mar 10:33
f2e1dd8
Compare
Choose a tag to compare

More useful error handling by include the reason and details properties from the API.

Full Changelog: v2.1.3...v2.1.4

v2.1.3

29 Mar 09:53
32e5f79
Compare
Choose a tag to compare
  • Minor edits to improve development and testing

Full Changelog: v2.1.0...v2.1.3

v2.1.0

29 Mar 09:22
b1ff99b
Compare
Choose a tag to compare

Changed

  • Minimum node v18
  • Replaced httpreq dependency with native fetch
  • No more production dependencies
  • Minor edits in documentation

Full Changelog: v2.0.0...v2.1.0

v2.0.0 - New interface

06 Oct 19:51
v2.0.0
b847d52
Compare
Choose a tag to compare
  • Only one function, no setup call anymore
  • Object-style arguments
  • Takes config and params in the same object
  • Function returns a promise
  • Removed callbacks
  • Removed error rewriting
  • Better API errors integration
  • Misc clean up