Releases: makeabledk/laravel-query-kit
Releases · makeabledk/laravel-query-kit
v4.2.0
v4.1.0
What's Changed
- Support PHP 8.3 + Laravel 11 by @Christopher-Law in #26
New Contributors
- @Christopher-Law made their first contribution in #26
Full Changelog: v4.0.0...v4.1.0
v4.0.0
What's Changed
- Add support for Laravel 10 by @mbardelmeijer in #24
- Apply fixes from StyleCI by @rasmuscnielsen in #25
Full Changelog: v3.0.0...v4.0.0
v3.0.0
- Support PHP 8.0 + 8.1
- Support Laravel 8 + 9
v2.3.0
- Improved handling of booleans in where
v2.2.0
- Support Laravel 8
v2.1.1
- Make where like case insensitive to match mysql
v2.1.0
- Laravel 7 support
v2.0.0
- Laravel 6 support
- Requires PHP 7.2
- Refactored implementation of "or constraints"
v1.2.2
- Fix
whereDatewhen attribute isn't a Carbon instance