Skip to content

Releases: Torann/laravel-repository

1.1.0

10 Dec 15:50

Choose a tag to compare

  • PHP 8.4 support

1.0.2

22 Mar 18:45
54ca55b

Choose a tag to compare

  • Laravel 11.x Compatibility

1.0.1

02 Feb 18:48
54eae28

Choose a tag to compare

  • Improve setSearchable to also check values

1.0.0

14 Dec 19:46

Choose a tag to compare

Breaking changes from v0.7.x

  • Torann\LaravelRepository\Contracts\RepositoryContract renamed to Torann\LaravelRepository\Contracts\Repository
  • Torann\LaravelRepository\Repositories\AbstractRepository renamed to Torann\LaravelRepository\Repository
  • Torann\LaravelRepository\Traits\Cacheable renamed to Torann\LaravelRepository\Concerns\Cacheable
  • Updated existing and added missing type declarations
  • orderBy() can only be applied once (intended limitation)

0.7.2

18 May 15:55
06a55d4

Choose a tag to compare

  • Fix bug

0.7.1

18 May 15:43
a3efdcf

Choose a tag to compare

  • Move to a better MessageBag

0.6.4

28 Feb 16:40
c40e96b

Choose a tag to compare

  • Fix search type declaration

0.6.3

23 Feb 19:27

Choose a tag to compare

  • Security update
  • Laravel 10 support

0.6.2

09 Feb 14:56
0621f16

Choose a tag to compare

  • Laravel 9 support

0.6.1

22 Feb 15:45
36ab10d

Choose a tag to compare

PHP 8.0 - Enable in composer.json