Releases: mikebronner/laravel-model-caching
Releases · mikebronner/laravel-model-caching
0.2.27
Fixed
- the erroneous use of
arrayEmpty()
function, changed to simplecount()
.
0.2.26
Added
- refactor functionality to trait (thanks @rs-sliske!).
0.2.25
0.2.24
Fixed
- whereNotIn query caching.
0.2.23
Fixed
- whereBetween and value bindings parsing.
0.2.22
Fixed
- Laravel 5.5 dependencies.
0.2.21
Added
- Laravel 5.6 compatibility.
0.2.20
Fixed
- previously existing unit tests to properly consider changes made in 0.2.19.
0.2.19
Fixed
- parsing of where clause operators.
0.2.18
Added
- hashing of cache keys to prevent key length over-run issues.
Updated
- dependency version constraint for "pretty test printer".