Releases: Torann/laravel-repository
Releases · Torann/laravel-repository
0.6.0
- Support Laravel 8
- Remove > PHP 7.2 support
- Drop support for Laravel 5
- Add PHPStan (PHP Static Analysis Tool)
- Add Cody standards checking
0.5.13
- Use
getOrderable()
internally too
0.5.12
- Code cleanup
- added
getOrderable(): array
method
- added
getSearchable(): array
method
0.5.11
- Support Laravel 6
- Fix PHP versions in unit tests
0.5.10
- Add configurable per page default
v0.5.7
- Optimize error handling calls
v0.5.6
- Set MessageBag on construct
v0.5.5
- Remove
scopeReset
call from constructor