Skip to content

Releases: tbitencourt/laravel-repository-eloquent

Now with Laravel 7.0!

17 Apr 01:40
Compare
Choose a tag to compare

[1.0.0] - 2019-09-18

Added

  • Default configuration file generate by publish artisan command.
    See #951a844.
  • First version of RepositoryEloquent abstract class using Illuminate\Database\Eloquent\Builder as base.
    See #ff330aa.
  • MIT License.
    See #12c1d48.
  • Add function "customWhere" on RepositoryEloquent, to filter using a array with "where" parameters.
    See #c1a2f8d.

[1.1.0] - 2019-11-18

Added

Fixed

  • Config filename fixed.
    See #055a094.
  • The "customWhere" function on RepositoryEloquent wasn't accepting more then one relation's filter. It has been fixed.
    See #78f63a5.

[1.1.1] - 2019-11-18

Fixed

  • Changed "tilde version range" to "caret version range" to accept all laravel 6.0 versions.
    See #9950e0f.

[1.1.2] - 2019-11-18

Fixed

  • Changed "str_contains" helper to "Str::contains" to accept laravel 6.0 versions.
    See #2e30dd9.

[1.2.0] - 2020-04-16

Added

  • Added laravel framework 7.0 (or later).
    See #41b19ca.

[1.2.1] - 2020-04-17

Removed

  • Temporarily removed PHP 7.2.x support.
    See #0a362ea.

Version 1.1.2

19 Nov 01:24
Compare
Choose a tag to compare

Now with Laravel 6.0!

[1.1.0] - 2019-11-18

Added

Fixed

  • Config filename fixed.
    See #055a094.
  • The "customWhere" function on RepositoryEloquent wasn't accepting more then one relation's filter. It has been fixed.
    See #78f63a5.

[1.1.1] - 2019-11-18

Fixed

  • Changed "tilde version range" to "caret version range" to accept all laravel 6.0 versions.
    See #9950e0f.

[1.1.2] - 2019-11-18

Fixed

  • Changed "str_contains" helper to "Str::contains" to accept laravel 6.0 versions.
    See #2e30dd9.

Version 1.0.0

18 Aug 02:10
Compare
Choose a tag to compare

First Release!

[1.0.0] - 2019-09-18

Added

  • Default configuration file generate by publish artisan command.
    See #951a844.
  • First version of RepositoryEloquent abstract class using Illuminate\Database\Eloquent\Builder as base.
    See #ff330aa.
  • MIT License.
    See #12c1d48.
  • Add function "customWhere" on RepositoryEloquent, to filter using a array with "where" parameters.
    See #c1a2f8d.