Skip to content
This repository has been archived by the owner on Aug 27, 2024. It is now read-only.

Releases: Saritasa/php-laravel-repositories

4.0.0

07 Aug 04:23
222b8cc
Compare
Choose a tag to compare

Declare compatibility with Laravel 11

3.8.0

21 Jan 11:30
Compare
Choose a tag to compare
  • Declare compatibility with Laravel 6

3.7.0

16 Oct 10:09
5c4d79a
Compare
Choose a tag to compare

Add ability to sort by multiple fields.

3.6.0

22 Jul 04:54
11a0968
Compare
Choose a tag to compare

Changes:

  • Add ability to create filters with check on relation existing

3.5.0

19 Jun 11:27
Compare
Choose a tag to compare

Changes:

  • Add ability to use sorting when need to get cursor or paging result

3.4.0

29 Mar 09:53
Compare
Choose a tag to compare

Changes:

  • Remove TypeHinting in Repository to make compatibility with other DB
  • Use container resolver for dependencies into repositories factory
  • Add ability to use 'or' statement between filter groups

3.3.0

15 Mar 10:58
153fcb2
Compare
Choose a tag to compare

Changed:

  • Count method now can receive fieldValues array to filter results
  • Repository methods create/save/delete/ now can throw an exception if given model type don't match with - served model by repository
  • Repository findOrFail method now checks compliance types of given value and served model primary key.
  • getPage and getCursorPage methods now use nested queries functionality as well as findWhere/getWhere/getWith
  • Method getWithBuilder marked as deprecated
  • Increased unit tests coverage
  • Fixed small description issues

3.2.3

07 Mar 11:19
8ec62d9
Compare
Choose a tag to compare

Changed:

  • Comparing Dates in the Repository now compatible with Eloquent

3.2.2

04 Feb 05:24
Compare
Choose a tag to compare

Changed:

  • Fix dev-master version in composer file

3.2.1

01 Feb 06:46
b477fee
Compare
Choose a tag to compare

Fixed:

  • Methods getWith/findWhere/getWhere call when as value uses Carbon\Carbon instance and as key field name, now not throws BadCriteriaException.