- Support PHP 8.4
- Fix
applyWhen
behavior
applyWhen
condition can be a closure- CI: test all supported laravel version
- typo on ToResponse : change Content-type to Content-Type
- Add support for Laravel 11
- Drop support for Laravel 8
- Fix : exception when include relationship one #19
- Fix
autoWhenHas
&autoWhenIncluded
throw exception.
- Add support for enum in values
- Add auto check when-has attributes
- Add auto set when-included relationships
- Add polyfill for
unless
method - Surcharge
whenHas
method for support none eloquent models
- Drop support for PHP 8.0