Releases: hnhdigital-os/laravel-model-search
Releases · hnhdigital-os/laravel-model-search
v3.0.2
Full Changelog: 3.0.1...3.0.2
v3.0.1
Update to support Laravel 10
v3.0.0
Updated to Laravel 9
v2.1.2
Merge pull request #10 from hnhdigital-os/dependabot/composer/symfony…
v2.1.1
Fixed table replacement so it does not replace the column name as well
v2.1.0
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
Add ability to query a number by a range. Eg 100-500 generates WHERE number BETWEEN 100 and 500
v2.01
2.0.1 Group query and ensure OR between list of values
v2.0.0
Updated verion requirements
v1.2.8
Add relationships using the table name, not just the relation methodname