Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 469 Bytes

CHANGELOG.md

File metadata and controls

9 lines (7 loc) · 469 Bytes

Change Log

v1.0

  • 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)