Note that the minimum version for this package is now Laravel 12.x, however, PHP >= 8.2 is still supported.
This is due to some changes in the way that database connections/grammar operate at the framework level, meaning the tests won't run in a consistent way between 11.x and 12.x
What's Changed
- Add support for
excluding
specific UUID(s) in query builder by @mostafaznv in #138 - Laravel 12.x Compatibility by @laravel-shift in #140
- docs: include
whereNotUuid
in the documentation by @mostafaznv in #139
New Contributors
- @mostafaznv made their first contribution in #138
Full Changelog: 8.1.1...8.2.0