Skip to content

Releases: elifoster/simple_geolocator

1.2.0

14 Nov 17:38
Compare
Choose a tag to compare
  • Implement a simple cache that will prevent you ever exceeding the request quota! (vladc)
  • New method connection for getting the types of connection you have (proxy and/or mobile) (vladc)

1.1.0

14 Nov 17:37
Compare
Choose a tag to compare
  • Fix error method causing NoMethodError.
  • Better documentation for all methods, including adding the missing documentation for the private error method.
  • Case/When statement instead of if conditional in request_successful?
  • Better code in all the getter methods, improving how values are returned and how error is called.
  • New get_error_description for getting the description to go with the ambiguous error message.
  • Better error code, which is now dependent on request_successful?, instead of having getter methods being dependent on request_successful?. This greatly reduces the length of the methods.
  • HTTPClient dependency is no longer open-ended.

1.0.0

14 Nov 17:36
Compare
Choose a tag to compare
  • Initial release version. Contains methods for most everything available with IP-API.com. The only API that I am not utilizing is the DNS API. That should come in a future release.