Releases: mikebronner/laravel-model-caching
Releases · mikebronner/laravel-model-caching
12.0.2
12.0.1
Fixed
- package dependency.
12.0.0
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!
11.0.1: Update composer.json
Fixed
- dependency versions.
11.0.0
Added
- Laravel 11 compatibility. Thanks @laravel-shift!
0.13.9
Fixed
- cache cooldown checks. Thanks @KieranFYI!
0.13.8
Fixed
whereHaving
clauses not being parsed correctly. Thanks @charlie-waddell!
0.13.7
0.13.6
Fixed
- missing
JsonContainsKey
query type. Thanks @jamesRUS52!
0.13.5
Fixed
- processing of enums with
null
values. Thanks @peter-brennan!