Releases: mikebronner/laravel-model-caching
Releases · mikebronner/laravel-model-caching
0.8.3
0.8.2
Fixed
- issue with incorrectly adding to currentBinding if item was not in query
binding. Thanks @irvine1231!
0.8.1
0.8.0
Added
- Laravel 7 compatibility.
0.7.4
0.7.3
Fixed
- manual parameter binding in cache-key creation routines to be more robust.
0.7.2
Fixed
- improper caching of non-cachable eagerloaded relationships. Now any query with non-cachable eagerloaded relationships will not be cached in its entirety to prevent stale data. Special thanks to @Hornet-Wing for his help in this.
0.7.1
Fixed
- dependency version constraints.
Added
- various tests.
0.7.0: Merge pull request #282 from GeneaLabs/feature/update-to-laravel-6
Added
- Laravel 6.0 support.
0.6.3
Fixed
- caching of methods that could pass field names as string or array.