Releases: mikebronner/laravel-model-caching
Releases · mikebronner/laravel-model-caching
0.8.3
15 Apr 19:01
Compare
Sorry, something went wrong.
No results found
Added
initial tests for Nova integration. Thanks @dmason30 !
Fixed
travis build process, tests on travis are now back to green!!!
0.8.2
13 Apr 18:51
Compare
Sorry, something went wrong.
No results found
Fixed
issue with incorrectly adding to currentBinding if item was not in query
binding. Thanks @irvine1231 !
0.8.1
09 Apr 14:33
Compare
Sorry, something went wrong.
No results found
Fixed
jsonContains() with array values. Thanks @dmason30 !
truncate() to flush cache. Thanks @dmason30 !
0.8.0
29 Feb 19:23
Compare
Sorry, something went wrong.
No results found
0.7.4
22 Dec 19:33
Compare
Sorry, something went wrong.
No results found
Added
documentation to explain that database transactions are currently not supported.
compatibility with binary UUIDs. Thanks @padre !
Changed
detection if cache is enabled in the $model->all() method. Thanks @titrxw !
0.7.3
18 Oct 15:27
Compare
Sorry, something went wrong.
No results found
Fixed
manual parameter binding in cache-key creation routines to be more robust.
0.7.2
13 Oct 00:18
Compare
Sorry, something went wrong.
No results found
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
02 Oct 23:35
Compare
Sorry, something went wrong.
No results found
Fixed
dependency version constraints.
Added
0.7.0: Merge pull request #282 from GeneaLabs/feature/update-to-laravel-6
29 Aug 03:36
Compare
Sorry, something went wrong.
No results found
0.6.3
27 Aug 14:36
Compare
Sorry, something went wrong.
No results found
Fixed
caching of methods that could pass field names as string or array.