Skip to content

Releases: jetcod/eloquent-repository

v1.6.0

17 Nov 19:37
Compare
Choose a tag to compare

Enhancement: Improve artisan command to generate repository

New features and updates:

  • Enhanced Repository Interface:
    The EloquentRepositoryInterface has been updated with additional functions to improve functionality and coverage. These changes ensure better alignment with common repository use cases.

Quality Assurance

  • Comprehensive Testing:
    This release has been thoroughly tested to ensure stability and compatibility. All new features and updates were subjected to extensive validation, ensuring the highest quality for production use.

v1.5.0

22 Oct 09:21
Compare
Choose a tag to compare

Support for Laravel 11

  • Added support for Laravel 11

v1.4.0

28 Jan 17:09
Compare
Choose a tag to compare

Enhancement: Improved model namespace construction in console command

  • Enhanced the model namespace construction in the console command's repository creation process for better clarity and robustness.
  • This version support PHP 8.0+ and Laravel 9.0+

v1.3.1

18 Feb 08:23
Compare
Choose a tag to compare

New feature: Add artisan command to create a repository