Releases: WendellAdriel/laravel-exa
Releases · WendellAdriel/laravel-exa
v3.1.1
What's Changed
- Update to use DTOs directly as request by @WendellAdriel in #17
Full Changelog: v3.1.0...v3.1.1
v3.1.0
What's Changed
- Add User Actions trait and migration macro by @WendellAdriel in #16
Full Changelog: v3.0.0...v3.1.0
v3.0.0
What's Changed
- 3.x by @WendellAdriel in #15
- General refactor
- Updated Authentication to use JWT instead of Sanctum
- Added Type Coverage Tests with 100% type coverage
- Models extending from BaseModel now use soft delete by default
Full Changelog: v2.1.0...v3.0.0
v2.1.0
v2.0
What's Changed
- Laravel 11 and PHP 8.3 Support by @WendellAdriel in #13
Full Changelog: v1.7.3...v2.0
v1.7.3
What's Changed
- Install XDebug in Image Container by @marcosoliveirasoares94 in #12
Full Changelog: v1.7.2...v1.7.3
v1.7.2 - Improvements for folder permissions
Changes
- The permissions for the
storage
andbootstrap/cache
folders were updated to775
v1.7.1 - Makefile Improvements
Changes
- The
make build
command was improved to only generate the .env file if it doesn't exist already. - The
make stop
command was updated to only stop the containers instead of removing them. - A new
make status
command was added to show the status of the containers. - A new
make down
command was added to stop and remove the containers.
New Contributors
- Marcos Soares (@marcosoliveirasoares94) - #9
Docker and Pint Improvements and Insomnia Collection added
Docker Improvements
The images for the API and Redis are switched to use their Alpine versions, that's cutting the final image sizes in half or even more.
Pint Improvements
A new configuration with more strict rules was added, this is a very opinionated style so if you want to edit it to your "taste" feel free to do so.
Insomnia Collection
You can import the tools/ExA_Insomnia.json
collection into Insomnia to start playing with your API.