Releases: geocoder-php/GeocoderLaravel
Releases · geocoder-php/GeocoderLaravel
4.2.0: Merge pull request #156 from geocoder-php/feature/update-to-laravel-6
Added
- Laravel 6.0 compatibility.
4.1.2
Fixed
- initialization of geocoder adapter.
4.1.1: Tweaked changes from PR, included HTTP Response Factory
4.1.0
Added
- Laravel 5.8 compatibility.
4.0.21: Add tojson method
Added
->toJson()
method when querying results.
4.0.20: Merge branch 'master' of github.com:geocoder-php/GeocoderLaravel
Added
- Laravel 5.7 compatibility.
4.0.10
Changed
- service provider to register singleton and alias in
register()
method.
4.0.9
Added
- class-name resolution from Service container, allowing for dependency injection. Thanks @anam-hossain!
4.0.8: Add work-around for Lumen
Added
- work-around for missing
config_path()
function in Lumen.
4.0.7
Added
- optional dedicated cache store.
- hashed cache keys and hash collision prevention.
- custom cache store configuration instructions.