All notable changes to this project will be documented in this file.
This project adheres to Semantic Versioning.
- Laravel 7 and 8 Support
- PHP 7.3+ required
- Caching fix
- PHP 8 Support
- Laravel 9 Support
- Laravel 10 Support
- Autocomplete and get endpoint support.
- Complete test coverage.
- Refactored codebase, make use of
Http
facade to assist testing. - Moved core HTTP logic into
Laralabs\GetAddress\Http\Client
which providesget()
andpost()
. Can be used if wanting to experiment with new endpoints or endpoints not supported by the package.
- Unused classes.
- Laravel 11 Support