All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog and this project adheres to Semantic Versioning. Please note this changelog affects this package and not the WeFact API. See the changelog of the WeFact API for detailed information.
- Add support for Laravel 11.
- Add pint for code style.
- Drop support for PHP versions lower than 8.1
- Update to Laravel 9.
- Switch to using the HTTP Client of Laravel. The request will now return the
Illuminate\Http\Client\Response
.
- Add the initial WeFact API implementation.