All notable changes to geocoder
will be documented in this file.
- Laravel 11.x Compatibility by @laravel-shift in #113
Full Changelog: https://github.com/spatie/geocoder/compare/3.15.0...3.16.0
- Return types by @francoism90 in #112
- @francoism90 made their first contribution in #112
Full Changelog: https://github.com/spatie/geocoder/compare/3.14.2...3.15.0
- Fixes the example for a specific language by @hofmannsven in #107
- Add PHP 8.2 Support by @patinthehat in #108
- Laravel 10.x Compatibility by @laravel-shift in #110
- @hofmannsven made their first contribution in #107
- @patinthehat made their first contribution in #108
- @laravel-shift made their first contribution in #110
Full Changelog: https://github.com/spatie/geocoder/compare/3.14.1...3.14.2
- fix
partial_match
error
- Update formatResponse to include partial_match by @MultiSuperFreek in #103
- @MultiSuperFreek made their first contribution in #103
Full Changelog: https://github.com/spatie/geocoder/compare/3.13.1...3.14.0
- Update Geocoding API doc url by @newjett0617 in #102
- @newjett0617 made their first contribution in #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 #99
- @austenc made their first contribution in #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