Releases: rapidwebltd/php-postcodes
Releases · rapidwebltd/php-postcodes
v2.2.0
v2.1.3
- Fix tokenizer returning lower case outward/inward codes.
This release also includes:
- Minor fix to documentation.
- Improved testing.
v2.1.2
- Fix to invalid method call in postcode tokenizer.
- Add custom exception for invalid postcodes.
This release also includes:
- Unit testing.
v2.1.1
- Fix license in composer file.
This release also includes:
- Improvements to documentation.
- Change to package description in composer file.
v2.1.0
- Added additional methods to PostcodeAnywhere object to allow for creation of slim implementations
- Various minor fixes
v2.0.0
- Added support for Postcode Anywhere (PCA Predict) postcode lookup service.
- Major refactoring, including use of custom
Address
class. - Rewritten documentation, specifically postcode lookup service setup instructions.
v1.2.1
- Minor documentation fix.
v1.2.0
Added the ability to get a postcode's outward and inward codes.
v1.1.2
Fix to getting an IdealPostcodes object using getByEnvironment method.
v1.1.1
Fix to getting the Ideal Postcodes API Key from an environment variable.