Skip to content

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

3.6.1

Choose a tag to compare

@rennokki rennokki released this 18 Mar 07:52
48e612b

What's Changed

Full Changelog: 3.5.0...3.6.1

3.6.0

3.6.0 Pre-release
Pre-release

Choose a tag to compare

@rennokki rennokki released this 18 Mar 07:50
48e612b

What's Changed

Full Changelog: 3.5.0...3.6.0

3.5.0

Choose a tag to compare

@rennokki rennokki released this 30 Nov 19:16
094d1d1

What's Changed

New Contributors

Full Changelog: 3.4.0...3.5.0

3.4.0

Choose a tag to compare

@rennokki rennokki released this 01 Apr 12:27
abd7235
  • Laravel 10.x (#178, @advil0)
    • Dropped: PHP 8.0, Laravel 8.x
    • Added: PHP 8.2

3.3.1

Choose a tag to compare

@rennokki rennokki released this 13 Nov 18:51
b0814fe

3.3.0

Choose a tag to compare

@rennokki rennokki released this 12 Feb 19:37
00e73a7
  • Laravel 9.x (#120)
    • Dropped PHP 7.3, 7.4
    • Dropped Laravel 7.x

3.2.0

Choose a tag to compare

@rennokki rennokki released this 03 Feb 12:05
8e29612
  • Avoid double-calling of the function that flushes cache on update (#118, @squatto)

3.1.5

Choose a tag to compare

@rennokki rennokki released this 14 Jan 20:09
12669e1
  • Fixed methods' signatures (12669e1)

3.1.4

Choose a tag to compare

@rennokki rennokki released this 07 Dec 14:47
24d6aec

3.1.3

Choose a tag to compare

@rennokki rennokki released this 05 Nov 22:05
ad4a9d9
  • Fixed a bug where returning null in cacheForValue() actually hit the cache (#101)