Geocoder v1.2.0 Release Notes

Release Date: 2014-04-16 // about 10 years ago
    • ⬇️ DROP SUPPORT for Ruby 1.8.x.
    • ➕ Add :here lookup (thanks github.com/christoph-buente).
    • ➕ Add :cloudmade lookup (thanks github.com/spoptchev).
    • ➕ Add :smarty_streets lookup (thanks github.com/drinks).
    • ➕ Add :maxmind_local IP lookup (thanks github.com/fernandomm).
    • ➕ Add :baidu_ip lookup (thanks github.com/yonggu).
    • ➕ Add :geocodio lookup (thanks github.com/dblock).
    • ➕ Add :lookup option to Geocoder.search and geocoded_by (thanks github.com/Bonias).
    • ➕ Add support for :maxmind_local on JRuby via jgeoip gem (thanks github.com/gxbe).
    • ➕ Add support for using :maxmind_local with an SQL database, including Rake tasks for downloading CSV data and populating a local DB.
    • ➕ Add support for character encodings based on Content-type header (thanks github.com/timaro).
    • ➕ Add :min_radius option to near scope (thanks github.com/phallstrom).
    • 🛠 Fix: Yandex city attribute caused exception with certain responses (thanks github.com/dblock).
    • 🔄 Change name of MapQuest config option from :licensed to :open and revert default behavior to be MapQuest data (not OpenStreetMaps).
    • ⬇️ Reduce number of Ruby warnings (thanks github.com/exviva).