All notable changes to geocoder
will be documented in this file.
- Add support for Laravel 8
- add ability to resolve Geocoder from the fully qualified class name (#87)
- return multiple results for reverse-geocoding (#86)
- allow Guzzle 7
- return multiple results as array rather than just the first one (#73)
- add support for Laravel 7
- improve testability by resolving the guzzle client out of the container
- add support for Laravel 6
- add country parameter
- drop support for PHP 7.1 and smaller
- include address components in the response
- fix PHP 7.0 requirement in composer.json
- add support for setting bounds
- add viewport coordinates to
Geocoder::formatResponse()
- improved exception handling
- add
getAddressForCoordinates
- fix typo
- dropped support for PHP 5
- cleaned up internals
- some small API changes
- require Guzzle 6 instead of 5
- fixed the naming of variables in the
Geocoder
interface
- added support for regions and languages
- added Laravel integration
- add
formatted_address
to result
- remove
sensor
parameter
- upgrade Guzzle version
- use HTTPS to connect to google