All Versions
33
Latest Version
Avg Release Cycle
169 days
Latest Release
2534 days ago
Changelog History
Page 2
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)