MOON
Server: Apache
System: Linux server1.studioinfinity.com.br 2.6.32-954.3.5.lve1.4.90.el6.x86_64 #1 SMP Tue Feb 21 12:26:30 UTC 2023 x86_64
User: artinside (517)
PHP: 7.4.33
Disabled: exec,passthru,shell_exec,system
Upload Files
File: /home/artinside/www/sabbry/vendor/flyingluscas/viacep-php/CHANGELOG.md
# Changelog

All Notable changes to `viacep-php` will be documented in this file.

Updates should follow the [Keep a CHANGELOG](http://keepachangelog.com/) principles.

## v2.0.0 - 2019-08-24

### Changed
- Class `ZipCode` renamed to `ViaCEP`.
- Method `findByCep` renamed to `findByZipCode`.
- Method `findByAddress` renamed to `findByStreetName`.

### Removed
- Method `find` (deprecated) removed.

## v1.1.0 - 2019-08-24

### Added
- Search addresses using city, state and street name (thanks to @matheuseduardo).

## v1.0.1 - 2017-09-23

### Fixed
- Error `403 Forbidden` when trying to search for addresses (implemented by **[@ferrl](https://github.com/ferrl)**).

## v1.0.0 - 2016-11-11

### Added
- Search addresses by zip code using the [ViaCEP](https://viacep.com.br) API.