Releases: renoki-co/laravel-eloquent-query-cache
Releases · renoki-co/laravel-eloquent-query-cache
Version 1.2.0
- You may now be able to add the caching technique to your builders (https://github.com/rennokki/laravel-eloquent-query-cache#implement-the-caching-method-to-your-own-builder-class)
Version 1.1.2
- Fixed a bug where the caching would be on forever (#7)
Version 1.1.1
- Flushing query cache by tags will now iterate and invalidate each tag instead of trying to flush the cache that has all the tags (in the same order)
Version 1.1.0
- Fixed typos. 🔠
- Fixed issues regarding
dontCache()
🤕 - Added more unit tests for safety 💪
Version 1.0.0
Merge pull request #1 from rennokki/analysis-D2GG2y Apply fixes from StyleCI