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

Changelog History
Page 2

  • v1.8.1 Changes

    • ๐Ÿ”„ Change way keys/dependencies defined
  • v1.8.0 Changes

    • โž• Added Bing Geocoder
    • โž• Added freegeoip.net Geocoder
    • โž• Added MapQuest Geocoder
    • โœ‚ Remove Google (v2) Geocoder and rename Google3 (v3) to Google
    • โž• Added tests for various gateways
    • Greatly standarize, simplify and improve code
    • Reorganise files
    • ๐Ÿ›  MaxMind bug fixes
  • v1.7.1 Changes

    • โœ‚ Remove geoip require from MaxMind to avoid new dependency issues
  • v1.7.0 Changes

    • โž• Added Yahoo Boss, Yandex, RIPE and MaxMind Support
    • โœ… Integration tests for google/yahoo boss
    • ๐Ÿ›  Other minor fixes/improvements
  • v1.6.6 Changes

    • ๐Ÿ›  Minor fixes/improvements
  • v1.6.5 Changes

    January 23, 2012
    • ๐Ÿš€ first release by @imajes, thanks @andre for all the hard work!
    • normalized whitespace
    • โž• added support for subpremise on google3 encoder
    • ๐Ÿ›  fixed yahoo's support by switching to placefinder
    • ๐Ÿ‘ switched to multi json for agnostic json support
    • โœ‚ removed hoe and replaced with bundler's gem harness
  • v1.6.0 Changes

    May 27, 2011
    • โž• added Google geocoder3 support (thanks @projectdx)
    • โž• added FCC encoder support (thanks @paulschreiber)
    • ๐Ÿ›  various minor fixes.
  • v1.5.0 Changes

    September 21, 2009
    • ๐Ÿ›  fixed jruby compatibility (thanks manalang)
    • โž• added country name to Google reverse geocoder (thanks joahking)
    • โž• added DependentLocalityName as district, and SubAdministrativeAreaName as province (google geocoder only)
    • Google geocoder throws an error if you exceed geocoding rates (thanks drogus)
  • v1.4.1 Changes

    June 15, 2009
    • ๐Ÿ›  Fixed Ruby 1.9.1 compat and load order (thanks Niels Ganser)
  • v1.4.0 Changes

    May 27, 2009
    • โž• Added country code/viewport biasing to GoogleGeocoder. Added Bounds#to_span method
    • โž• Added suggested_bounds (Geokit::Bounds) property to GeoLoc. (Google geocoder only)
    • โž• Added LatLng#reverse_geocode convenience method (thanks Tisho Georgiev for all three)