Releases: live-controls/autoaddress
Releases · live-controls/autoaddress
Version 1.2.2
Whats New
- Added revert() method to StateHandler class to revert State Names to UFs
Full Changelog: v1.2.1...v1.2.2
Version 1.2.1
Whats New?
- Added StateHandler for easier UF to State access
Version 1.2.0
Whats New
- Added state "São Paulo" as field to ViaCEP
Changes
Breaking
- Renamed state to uf as old state is "MG" and added state which would represent "Minas Gerais"
Version 1.1.4
Fixes
- Fixed a bug if the CEP would start with a leading zero due to check against Integer, not String
Version 1.1.3
Fixes
- Fixed malformed request link in ViaCep class
Version 1.1.2
Changes
- Response values wont be NULL but will be empty if can't be found
Version 1.1.1
Changes
- Added checks to ViaCepResponse to check if values exist in response, if not they will be returned as NULL
Version 1.1
Whats New
- Added ViaCep and ViaCepResponse
- Deprecated CepAberto and CepAbertoResponse, because they aren't working anymore
Version 1.0.1 (Hotfix)
Fixes
- Fixed "Cannot assign null to property" if complement or another value was returned NULL by the API.
Version 1.0
This is the initial version of the library and is a fork/continuation of live-controls/autocep
At the moment only CepAberto is usable and tested...