Skip to content

Releases: igorsgm/laravel-ghost

1.1.0

03 Jun 09:22
df3d849
Compare
Choose a tag to compare

Laravel 10 Support + Pint

  • Update Laravel Version
    Adding support to Laravel 10.x for improved features
  • Add Code Quality Check
    Introduce Pint for maintaining high code quality standards
  • Improve Readability and Performance
    Various changes like using !empty() and sprintf for better code readability and performance
  • Enhance Type Information and Consistency
    Add missing return types, update property types, and include docblocks for models/resources
  • Fix Error Handling
    Better error handling when debug is disabled without a default error message
  • Update and Fix Tests
    Tests are updated with new endpoints and minor issues are fixed within test files

1.0.4

14 Feb 23:48
Compare
Choose a tag to compare

Bug Fixes:

  • PHP Notice on Meta.php class
  • Register of config file
  • Laravel 7 compatibility

1.0.0

06 Jun 06:19
Compare
Choose a tag to compare

Initial release