- Changed PHP version constraint to >=7.4
- Fixed http_build_query() deprecation warning: Passing null to parameter #2 ($numeric_prefix) of type string is deprecated
psr/http-clientto support direct use ofGuzzle 7by using theClientInterface. Change is BC becauseHttp\Client\HttpClientimplements the same interface.
getPostcodeDataByPostcodefunction for/postcodes/{postalCode}endpoint.- Bumped PHPUnit version
- Support for PHP <7.1
- Added
getPostcodes()call, to get postcodes based on providedlatitude, longitude. Note that this call is only available with a premium account.
- Support direct usage of Guzzle, now handled via HTTPPlug, see README.
- Rewrite to support postcodeapi.nu version 2
- Added call for type = P4 support
- Fixed compatibility issue with Guzzle createRequest() method
- Fixed Composer autoloading issue