Skip to content

Releases: live-controls/autoaddress

Version 1.2.2

04 Apr 17:32

Choose a tag to compare

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

22 Nov 21:32

Choose a tag to compare

Whats New?

  • Added StateHandler for easier UF to State access

Version 1.2.0

22 Nov 20:35

Choose a tag to compare

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

29 Aug 12:22

Choose a tag to compare

Fixes

  • Fixed a bug if the CEP would start with a leading zero due to check against Integer, not String

Version 1.1.3

15 Jun 19:39

Choose a tag to compare

Fixes

  • Fixed malformed request link in ViaCep class

Version 1.1.2

15 Jun 19:36

Choose a tag to compare

Changes

  • Response values wont be NULL but will be empty if can't be found

Version 1.1.1

15 Jun 19:30

Choose a tag to compare

Changes

  • Added checks to ViaCepResponse to check if values exist in response, if not they will be returned as NULL

Version 1.1

15 Jun 19:21

Choose a tag to compare

Whats New

  • Added ViaCep and ViaCepResponse
  • Deprecated CepAberto and CepAbertoResponse, because they aren't working anymore

Version 1.0.1 (Hotfix)

26 Jan 19:07

Choose a tag to compare

Fixes

  • Fixed "Cannot assign null to property" if complement or another value was returned NULL by the API.

Version 1.0

26 Jan 18:49

Choose a tag to compare

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...