Releases: renoki-co/laravel-eloquent-query-cache
Releases · renoki-co/laravel-eloquent-query-cache
3.4.0
- Laravel 10.x (#178, @advil0)
-
- Dropped: PHP 8.0, Laravel 8.x
-
3.2.0
- Avoid double-calling of the function that flushes cache on update (#118, @squatto)
3.1.5
- Fixed methods' signatures (12669e1)
3.1.3
- Fixed a bug where returning
null
in cacheForValue()
actually hit the cache (#101)