You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
All notable changes to this project will be documented in this file.
4
+
5
+
This project adheres to [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) and follows [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
6
+
7
+
## [1.0.4] - 2025-04-26
8
+
### Added
9
+
- Support for Laravel 12.
10
+
11
+
## [1.0.3] - 2024-04-15
12
+
### Added
13
+
- Support for Laravel 11. ([#2](https://github.com/rafaellaurindo/laravel-brasilapi/pull/2) by [@pedro-santiago](https://github.com/pedro-santiago))
14
+
15
+
## [1.0.2] - 2023-03-06
16
+
### Added
17
+
- Support for Laravel 10. ([#1](https://github.com/rafaellaurindo/laravel-brasilapi/pull/1) by [@pedro-santiago](https://github.com/pedro-santiago))
18
+
19
+
## [1.0.1] - 2022-03-03
20
+
### Added
21
+
- Support for Laravel 9.
22
+
23
+
## [1.0.0] - 2021-11-12
24
+
### Added
25
+
- Initial release providing methods to access Brasil API endpoints:
26
+
- Retrieve Brazilian banks list and details by code.
27
+
- Get address information by CEP (postal code).
28
+
- Retrieve company information by CNPJ (business registration number).
A Laravel package that provides a simple way to use the[Brasil API](https://brasilapi.com.br/) endpoints.
9
+
**Laravel Brasil API** is a simple and elegant package to easily consume[Brasil API](https://brasilapi.com.br/) endpoints within your Laravel applications.
0 commit comments