All notable changes to geocodio-library-php
will be documented in this file
- Added support for list geocoding
- Breaking: all method responses now return an associative array rather than a JSON decoded object
- Breaking: Dropped support for unsupported PHP versions
- Minimum supported version of PHP is now 8.2
- Added support for the
format
parameter, thanks to pull request #7 by @kirilldakhniuk
- Fix: Unintalized variable (minor)
- Update to use Geocodio API v1.7
- Added support for PHP 8
- Added compatibility with Guzzle 7 (Laravel 8)
- Update to use Geocodio API v1.6
- Update to use Geocodio API v1.5
- First official release