Skip to content
This repository has been archived by the owner on Feb 7, 2022. It is now read-only.

Releases: Kodebyraaet/pattern

V0.4.5

22 Sep 08:10
Compare
Choose a tag to compare

Added default value of 1 baseRepo->page($page=1, ...)

Version 0.4.4

20 Sep 11:51
Compare
Choose a tag to compare

Updated docblocks to improve autocomplete for phpStorm

Support auto discovery

04 Sep 19:47
Compare
Choose a tag to compare

Laravel 5.5 will register the provider automatically

Added latest to BaseRepo

31 Aug 12:42
Compare
Choose a tag to compare
v0.4.2

added latest() to BaseRepository

Version 0.4.1

22 May 20:02
Compare
Choose a tag to compare

Support for Lumen.

Version 0.4

10 Feb 14:52
Compare
Choose a tag to compare

Support for Laravel 5.4

Version 0.3.8

12 Dec 14:53
Compare
Choose a tag to compare

Added has-method to pattern.

Version 0.3.7

28 Nov 08:53
Compare
Choose a tag to compare

Added a optional parameter to whereIn to also sort the result by the values provided.

Version 0.3.6

06 Sep 08:07
Compare
Choose a tag to compare

Added withTrashed method to fetch soft-deleted entries.

Version 0.3.5

13 Nov 15:20
Compare
Choose a tag to compare

Fixed a bug with delete method.