Skip to content

Releases: renoki-co/laravel-eloquent-query-cache

Version 1.2.0

14 Dec 18:54
3e6ae1a
Compare
Choose a tag to compare

Version 1.1.2

02 Dec 07:48
5ec03cb
Compare
Choose a tag to compare
  • Fixed a bug where the caching would be on forever (#7)

Version 1.1.1

24 Nov 08:04
98331a7
Compare
Choose a tag to compare
  • 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

23 Nov 07:05
8606561
Compare
Choose a tag to compare
  • Fixed typos. 🔠
  • Fixed issues regarding dontCache() 🤕
  • Added more unit tests for safety 💪

Version 1.0.0

21 Nov 18:30
ff8c01b
Compare
Choose a tag to compare
Merge pull request #1 from rennokki/analysis-D2GG2y

Apply fixes from StyleCI