All Versions
7
Latest Version
Avg Release Cycle
82 days
Latest Release
1666 days ago

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.
  • v0.2.2 Changes

    September 05, 2018
    • โž• Adds a test provider for returning lookup data in test environments.
  • v0.2.0 Changes

    July 10, 2018

    ๐Ÿ’ฅ 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 a GeoIP.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