Skip to content

Releases: geocoder-php/GeocoderLaravel

4.2.0: Merge pull request #156 from geocoder-php/feature/update-to-laravel-6

29 Aug 14:56
71f43e2
Compare
Choose a tag to compare

4.1.2

23 May 18:35
Compare
Choose a tag to compare

Fixed

  • initialization of geocoder adapter.

4.1.1: Tweaked changes from PR, included HTTP Response Factory

12 Mar 23:59
Compare
Choose a tag to compare

Added

  • Guzzle HTTP Response Factory out of the box, thanks @trippo for reporting that.

Removed

  • string helper methods to future-proof things, as they are deprecated, thanks @nmfzone for submitting that PR!

4.1.0

04 Mar 17:46
Compare
Choose a tag to compare

Added

  • Laravel 5.8 compatibility.

4.0.21: Add tojson method

03 Nov 19:11
Compare
Choose a tag to compare

Added

  • ->toJson() method when querying results.

4.0.20: Merge branch 'master' of github.com:geocoder-php/GeocoderLaravel

14 Sep 19:10
Compare
Choose a tag to compare

4.0.10

01 Jul 18:17
Compare
Choose a tag to compare

Changed

  • service provider to register singleton and alias in register() method.

4.0.9

28 May 15:47
Compare
Choose a tag to compare

Added

  • class-name resolution from Service container, allowing for dependency injection. Thanks @anam-hossain!

4.0.8: Add work-around for Lumen

25 Mar 23:25
Compare
Choose a tag to compare

Added

  • work-around for missing config_path() function in Lumen.

4.0.7

25 Mar 23:11
Compare
Choose a tag to compare

Added

  • optional dedicated cache store.
  • hashed cache keys and hash collision prevention.
  • custom cache store configuration instructions.