Skip to content

Releases: WendellAdriel/laravel-exa

v3.1.1

29 Apr 12:28
89a8d32
Compare
Choose a tag to compare

What's Changed

Full Changelog: v3.1.0...v3.1.1

v3.1.0

28 Apr 16:14
b6c7941
Compare
Choose a tag to compare

What's Changed

Full Changelog: v3.0.0...v3.1.0

v3.0.0

27 Apr 16:09
99e75d2
Compare
Choose a tag to compare

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

26 Apr 14:35
e368835
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.0...v2.1.0

v2.0

28 Mar 16:41
4c7a856
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.7.3...v2.0

v1.7.3

21 Jul 09:12
Compare
Choose a tag to compare

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

05 Jun 13:30
Compare
Choose a tag to compare

Changes

  • The permissions for the storage and bootstrap/cache folders were updated to 775

v1.7.1 - Makefile Improvements

20 May 20:11
3c79daa
Compare
Choose a tag to compare

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

19 May 09:58
Compare
Choose a tag to compare

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.