Releases: mikebronner/laravel-model-caching
Releases · mikebronner/laravel-model-caching
0.2.47
Fixed
- exception when calling
disableCache()
when caching is already disabled via config.
0.2.46
Fixed
- package dependency version to work with Laravel 5.5.
0.2.45
0.2.44
Fixed
- disabling of caching using the query scope.
0.2.43
Fixed
- actions on belongsToMany relationships not flushing cache when needed.
0.2.42
Added
- additional integration tests for additional use cases.
Fixed
- flushing a specific model from the command line that extended a base class and did not use the trait directly.
0.2.41
Fixes
- cache invalidation when using
->insert()
method. - cache invalidation when using
->update()
method.
0.2.40
Updated
- code with some home-cleaning and refactoring.
0.2.39
Updated
- CachedBuilder class with some refactoring and cleanup.
0.2.38
Added
- cache-invalidation-cool-down functionality.