Skip to content

Latest commit

 

History

History
28 lines (20 loc) · 749 Bytes

CHANGELOG.md

File metadata and controls

28 lines (20 loc) · 749 Bytes

Changelog

All Notable changes to viacep-php will be documented in this file. Updates should follow the Keep a CHANGELOG principles.

v1.0.1

Added

  • Search addresses by zip code using the ViaCEP API with Callback.

Removed

  • Test mode removed.

v1.0.0

Changed

  • Class ZipCode renamed to ViaCEP.
  • Method findByCep renamed to findByZipCode.
  • Method findByAddress renamed to findByStreetName.

Fixed

  • Error 403 Forbidden when trying to search for addresses.

Added

  • Search addresses by zip code using the ViaCEP API.
  • Search addresses using city, state and street name.

Removed

  • Method find (deprecated) removed.