Added
- Laravel 12 compatibility. Thanks @laravel-shift!
- incompatible entry to readme. Thanks @domhaas!
- Carbon 3 compatibility. Thanks @daika7ana!
Changed
- namespace from
genealabs/laravel-model-caching
tomikebronner/laravel-model-caching
, as this is a good time to make a breaking change, so that it properly reflects its new home.
Fixed
- nullable method parameters. Thanks @d8vjork!
- cache key issue. Thanks @JC5!
query
attribute in strict mode. Thanks @daika7ana!