Skip to content

Releases: Torann/laravel-repository

v0.5.4

09 Nov 18:07

Choose a tag to compare

  • Add alias prefix indicator _. to be used in the appendTableName method

v0.5.3

08 Nov 18:52

Choose a tag to compare

  • Add getOrderBy method

v0.5.2

22 Jun 20:17

Choose a tag to compare

  • Version bump

v0.5.1

30 May 19:17

Choose a tag to compare

  • Fix range query when the value is an array
  • Add the ability to search using wherein

v0.5.0

22 May 18:14

Choose a tag to compare

  • Improved alias tracking for joined tables during search

v0.4.9

22 May 17:10

Choose a tag to compare

  • Add range querying support

v0.4.8

22 May 16:32

Choose a tag to compare

  • Add a per page max for pagination
  • Support searching on relationships
  • Add missing $columns arguments

v0.4.7

17 Oct 13:39

Choose a tag to compare

  • Fix global order by bug

0.4.6

09 Oct 19:01

Choose a tag to compare

  • Fix bug with searchable key masks

0.4.5

02 Oct 15:20

Choose a tag to compare

  • Fix pagination bug