Releases: geocoder-php/GeocoderLaravel
Releases · geocoder-php/GeocoderLaravel
4.0.1
Fixed
- missing PSR-7 dependency.
4.0.0
Fixed
- typo which caused cache to be in-effective.
Changed
- implemented geocoder-php 4.0.0.
- version to 4.0.0 instead of 2.0.0 to maintain major version parity with
parent package. - composer dependencies to release versions.
- unit tests to pass.
- updated readme with some clarifying notes. May have to completely rewrite it
if it ends up being unclear.
1.1.2
Fixed
- calls to cache by replacing cache helper function with IOC instance of cache.
1.1.1
Fixed
- cache key generation to work with UTF8 characters (Japanese, for example). Thanks @nguyenhaiphan!
2.0.0-RC1
Added
- compatibility with Geocoder 4.0-dev.
- caching to
geocodeQuery()andreverseQuery()methods.
Updated
- the geocoder
all()method to be deprecated. Useget().
Added Caching! (Finally) 👍
Added
- caching functionality for
geocode()andreverse()methods. cache-durationvariable to geocoder config.
1.0.5: Merge pull request #79 from Alexgmin/master
Fixed
- additional docblock and use-statement cleanup. Thanks @alexgmin!
1.0.4: Fix class references in dockblocks
Fixed
- docblock class references to
\Geocoder\Model\AddressCollection.
1.0.3
Fixed
- alias declaration to be Lumen-compatible.
1.0.2
Added
- unit test for reverse-geocoding.