All notable changes to geocoder
will be documented in this file.
- Update Geocoding API doc url by @newjett0617 in spatie#102
- @newjett0617 made their first contribution in spatie#102
Full Changelog: https://github.com/spatie/geocoder/compare/3.13.0...3.13.1
Full Changelog: https://github.com/spatie/geocoder/compare/3.12.0...3.13.0
- Support illuminate/support 9.0 by @austenc in spatie#99
- @austenc made their first contribution in spatie#99
Full Changelog: https://github.com/spatie/geocoder/compare/3.11.0...3.12.0
- Add support for PHP 8.1
Full Changelog: https://github.com/spatie/geocoder/compare/3.10.1...3.11.0
- revert previous version
- add
plus_code
to formatted response (#91)
- Add support for PHP 8.0 (#90)
- 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