- Added reverse geocoding endpoint.
- Added integration tests and fixed issue where post data was being encoded twice.
- Specified minimum version of Guzzle at >=3.7.0
- Added service provider and facade for Laravel
- Added method to auto-detect endpoint required for single or multiple address (not for
parse
endpoint) - Refactored some methods to allow for API Key to be set after instantiation via setter or optional parameter.
- Added GeocodioException instead of using general exception
- Forgot to bump version in composer.json
- Fixed mis-named class property
- Added license and changelog
- Initial release to Packagist