Skip to content

Releases: hnhdigital-os/laravel-model-search

v3.0.2

21 Nov 01:36
Compare
Choose a tag to compare

Full Changelog: 3.0.1...3.0.2

v3.0.1

11 May 04:14
ec0906e
Compare
Choose a tag to compare

Update to support Laravel 10

v3.0.0

11 May 03:42
22ff780
Compare
Choose a tag to compare

Updated to Laravel 9

v2.1.2

01 May 12:00
a6a7dff
Compare
Choose a tag to compare
Merge pull request #10 from hnhdigital-os/dependabot/composer/symfony…

v2.1.1

06 Mar 23:30
Compare
Choose a tag to compare
Fixed table replacement so it does not replace the column name as well

v2.1.0

15 Nov 03:00
Compare
Choose a tag to compare

Updated regex and adjusted from using a - to >< as the between separator when using numbers that are negatives

"-1><5" converts to x BETWEEN -1 AND 5

v2.0.2

22 Aug 12:18
f6354c8
Compare
Choose a tag to compare

Add ability to query a number by a range. Eg 100-500 generates WHERE number BETWEEN 100 and 500

v2.01

09 Dec 12:59
Compare
Choose a tag to compare
2.0.1

Group query and ensure OR between list of values

v2.0.0

16 Aug 06:43
Compare
Choose a tag to compare
Updated verion requirements

v1.2.8

13 Aug 14:31
Compare
Choose a tag to compare
Add relationships using the table name, not just the relation methodname