Skip to content

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

Version 1.3.0

04 Mar 17:24
afe4c80

Choose a tag to compare

  • Support for Laravel 7.x (#14)

Version 1.2.1

14 Dec 19:06
d676fd4

Choose a tag to compare

  • Exposing $id to the cache functions (#9)

Version 1.2.0

14 Dec 18:54
3e6ae1a

Choose a tag to compare

Version 1.1.2

02 Dec 07:48
5ec03cb

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

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

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

Choose a tag to compare

Merge pull request #1 from rennokki/analysis-D2GG2y

Apply fixes from StyleCI