All Versions
92
Latest Version
Avg Release Cycle
94 days
Latest Release
552 days ago

Changelog History
Page 3

  • v1.4.8 Changes

    May 21, 2018
    • ๐Ÿ”„ Change default IP address lookup from :freegeoip to :ipinfo_io.
    • โž• Add support for :ipstack lookup (thanks github.com/Heath101).
    • ๐Ÿ›  Fix incompatibility with redis-rb gem v4.0.
  • v1.4.7 Changes

    March 13, 2018
    • ๐Ÿ‘ Allow HTTP protocol for Nominatim.
  • v1.4.6 Changes

    February 28, 2018
    • โž• Add support for :ipdata_co lookup (thanks github.com/roschaefer).
    • โšก๏ธ Update for Rails 5.2 compatibility (thanks github.com/stevenharman).
  • v1.4.5 Changes

    November 30, 2017
    • โž• Add support for :pickpoint lookup (thanks github.com/cylon-v).
    • Add support for :db_ip_com lookup (thanks github.com/cv).
    • ๐Ÿ”„ Change FreeGeoIP host to freegeoip.net.
    • ๐Ÿ‘ Allow search radius to be a symbol representing a column in DB (thanks github.com/leonelgalan).
    • โž• Add support for new parameters and improved error handling for several lookups.
    • ๐Ÿ›  Fix bug in SQL when searching for objects across 180th meridian.
  • v1.4.4 Changes

    May 17, 2017
    • 0๏ธโƒฃ Use HTTPS by default for :freegeoip (thanks github.com/mehanoid).
    • โž• Add support for :amap lookup (thanks github.com/pzgz).
  • v1.4.3 Changes

    February 07, 2017
    • Add :google_places_search lookup (thanks github.com/waruboy).
  • v1.4.2 Changes

    January 31, 2017
    • ๐Ÿ›  Fix bug that caused Model.near to return an incorrect query in some cases.
  • v1.4.1 Changes

    December 02, 2016
    • โž• Add :location_iq lookup (thanks github.com/aleemuddin13 and glsignal).
    • Add :ban_data_gouv_fr lookup (thanks github.com/JulianNacci).
    • ๐Ÿ›  Fix :mapbox results when server returns no context (thanks github.com/jcmuller).
    • Deprecate methods in Geocoder::Calculations: to_kilometers, to_miles, to_nautical_miles, mi_in_km, km_in_mi, km_in_nm, nm_in_km.
  • v1.4.0 Changes

    September 08, 2016
    • Only consider an object geocoded if both lat and lon are present (previously was sufficient to have only one of the two) (thanks github.com/mltsy).
    • โž• Add support in :geocodio lookup for Canadian addresses (thanks github.com/bolandrm).
    • โž• Add support for SQLite extensions, if present (thanks github.com/stevecj).
    • Always include Geocoder in Rack::Request, if defined (thanks github.com/wjordan).
  • v1.3.7 Changes

    June 09, 2016
    • ๐Ÿ›  Fix Ruby 1.9, 2.0 incompatibility (thanks github.com/ebouchut).
    • โšก๏ธ Update SmartyStreets zipcode API endpoint (thanks github.com/jeffects).
    • Catch network errors (thanks github.com/sas1ni69).