Geocoder 3.3.x Support!
Pre-release
Pre-release
Hi all, this is a fairly big release, with lots of backwards-incompatible changes. Be sure to read the readme carefully if you are upgrading!
This is tagged as release candidate 1 to suss out any wrinkles before marking it stable. Please test and report back. I will am implementing this in live projects and will monitor functionality as well.
Added
- ability to dump results #16.
- ability to use multiple providers in addition to the chain provider #47.
- more integration tests.
- special aggregator that allows chaining of
geocode()
and other methods.
Changed
- README documentation.
- to use Geocoder 3.3.x.
- namespace to
Geocoder\Laravel\...
. - service provider to auto-load the facade.
- config file format.
- geocoding commands necessary to obtain results (must use
->all()
,->get()
,
or->dump()
) after the respective command. - the service provider architecture.
Fixed
- MaxMindBinary Provider being instantiated with an Adapter #24.
- GeoIP2 Provider being instantiated with a generic Adapter.