All notable changes to this project will be documented in this file.
-
Cache models even if they have eagerloaded relations
-
Add support for Laravel 5.4 and 5.7
-
Add support for Laravel 5.8
-
Add ability to retrieve models that are using the SoftDeletes trait from the cache (or any kind of IS NULL/IS NOT NULL conditions)
- Fix for models that have $appends attributes
- Avoid the 'This cache store does not support tagging.' exception
- Add support for Laravel 7
-
Add support for Laravel 8
-
Remove support for Laravel 5