Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
12.0.0 source code.tar.gz | 2025-02-26 | 177.9 kB | |
12.0.0 source code.zip | 2025-02-26 | 191.3 kB | |
README.md | 2025-02-26 | 511 Bytes | |
Totals: 3 Items | 369.6 kB | 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!