All Versions
33
Latest Version
Avg Release Cycle
169 days
Latest Release
1718 days ago

Changelog History
Page 3

  • v1.3.2 Changes

    May 27, 2009
    • ๐Ÿ›  Fixed blank address geocoding bug
  • v1.3.1 Changes

    May 21, 2009
    • ๐Ÿ‘Œ Support for External geocoders file (thanks dreamcat4)
    • Support multiple ip geocoders, including new setting for ip_provider_order (thanks dreamcat4)
  • v1.3.0 Changes

    April 11, 2009
    • โž• Added capability to define multiple API keys for different domains that may be pointing to the same application (thanks Glenn Powell)
    • โž• Added numeric accuracy accessor for Yahoo and Google geocoders (thanks Andrew Fecheyr Lippens)
    • Implement #hash and #eql? on LatLng to allow for using it as a hash key (thanks Luke Melia and Ross Kaffenberger)
  • v1.2.6 Changes

    March 19, 2009
    • ๐Ÿ›  misc minor fixes
  • v1.2.5 Changes

    February 25, 2009
    • ๐Ÿ›  fixed GeoLoc.to_yaml
    • ๐Ÿ›  fixed minor google geocoding bug
    • ๐Ÿ’Ž now periodically publishing the Geokit gem to Rubyforge. Still maintaining development and managing contributions at Github
  • v1.2.4 Changes

    February 25, 2009
    • ๐Ÿ‘Œ Improved Google geocoder in the Gem: Support for multiple geocoding results from the Google geocoder. (thanks github/pic)
  • v1.2.3 Changes

    February 01, 2009
    • โž• Adding GeoPluginGeocoder for IP geocoding (thanks github/xjunior)
    • ๐Ÿ’Ž Ruby 1.9.1 compatibility and Unicode fixes (thanks github/Nielsomat)
    • ๐Ÿ›  various bug fixes
  • v1.2.1 Changes

    January 05, 2009
    • ๐Ÿ›  minor bug fixes
    • reverse geocoding added (Google only): res=Geokit::Geocoders::GoogleGeocoder.reverse_geocode "37.791821,-122.394679"
    • nautical miles added (in addition to miles and KM)
  • v1.2.0 Changes

    December 01, 2008
    • ๐Ÿ‘Œ Improved Geocoder.us support -- respects authentication, and can geocode city names or zipcodes alone
    • cross-meridian finds work correctly with bounds conditions
    • ๐Ÿ›  fixed a problem with columns with "distance" in their name
    • โž• added Geonames geocoder
    • ๐Ÿ”Œ the gem and plugin are now hosted at Github.
  • v1.1.1 Changes

    January 20, 2008
    • ๐Ÿ›  fixes for distance calculation (in-memory and database) when distances are either very small or 0.
    • ๐Ÿ‘€ NOTE: older versions of MySQL/Postgres may not work. See readme for more info.