All Versions
7
Latest Version
Avg Release Cycle
82 days
Latest Release
1993 days ago
Changelog History
Changelog History
-
v0.2.6 Changes
October 04, 2019- #14 :extra_params config option
-
v0.2.5 Changes
August 13, 2019 -
v0.2.4 Changes
August 13, 2019- #13 Compatibility with Poison v4.0
-
v0.2.3 Changes
September 05, 2018- ๐ Fixes issue where the
test
provider wasn't returning configured results for localhost.
- ๐ Fixes issue where the
-
v0.2.2 Changes
September 05, 2018- โ Adds a
test
provider for returning lookup data in test environments.
- โ Adds a
-
v0.2.0 Changes
July 10, 2018- Provides integrations with ipstack.com and ipinfo.io.
๐ฅ Breaking Changes
๐ We don't default to using
freegeoip.net
as we used to as that service has now been deprecated. Instead the provider must be explicity provided. Please see the README for more details.๐ The
GeoIP.lookup
function no longer returns aGeoIP.Location
struct. Instead, it returns the parses response returned by the configured provider, with they keys converted to atoms. This was so ease the integration with multiple providers and so that we don't have to release a new version of this library every time a providers response format changes.
-
v0.1.4 Changes
May 29, 2018- โก๏ธ #9 Update Cachex to version 3.0