Skip to content

1.0.0

Compare
Choose a tag to compare
@Torann Torann released this 14 Dec 19:46
· 3 commits to master since this release

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)