Geocoder v1.1.5 Release Notes

Release Date: 2012-11-09 // over 11 years ago
    • ๐Ÿ‘ Replace support for old Yahoo Placefinder with Yahoo BOSS (thanks github.com/pwoltman).
    • โž• Add support for actual Mapquest API (was previously just a proxy for Nominatim), including the paid service (thanks github.com/jedschneider).
    • โž• Add support for :select => :id_only option to near scope.
    • Treat a given query as blank (don't do a lookup) if coordinates are given but latitude or longitude is nil.
    • Speed up 'near' queries by adding bounding box condition (thanks github.com/mlandauer).
    • ๐Ÿ›  Fix: don't redefine Object#hash in Yahoo result object (thanks github.com/m0thman).