Skip to content

Releases: mikebronner/laravel-model-caching

0.8.3

15 Apr 19:01
Compare
Choose a tag to compare
0.8.3 Pre-release
Pre-release

Added

  • initial tests for Nova integration. Thanks @dmason30!

Fixed

  • travis build process, tests on travis are now back to green!!!

0.8.2

13 Apr 18:51
Compare
Choose a tag to compare
0.8.2 Pre-release
Pre-release

Fixed

  • issue with incorrectly adding to currentBinding if item was not in query
    binding. Thanks @irvine1231!

0.8.1

09 Apr 14:33
Compare
Choose a tag to compare
0.8.1 Pre-release
Pre-release

Fixed

  • jsonContains() with array values. Thanks @dmason30!
  • truncate() to flush cache. Thanks @dmason30!

0.8.0

29 Feb 19:23
Compare
Choose a tag to compare
0.8.0 Pre-release
Pre-release

Added

  • Laravel 7 compatibility.

0.7.4

22 Dec 19:33
Compare
Choose a tag to compare
0.7.4 Pre-release
Pre-release

Added

  • documentation to explain that database transactions are currently not supported.
  • compatibility with binary UUIDs. Thanks @padre!

Changed

  • detection if cache is enabled in the $model->all() method. Thanks @titrxw!

0.7.3

18 Oct 15:27
Compare
Choose a tag to compare
0.7.3 Pre-release
Pre-release

Fixed

  • manual parameter binding in cache-key creation routines to be more robust.

0.7.2

13 Oct 00:18
Compare
Choose a tag to compare
0.7.2 Pre-release
Pre-release

Fixed

  • improper caching of non-cachable eagerloaded relationships. Now any query with non-cachable eagerloaded relationships will not be cached in its entirety to prevent stale data. Special thanks to @Hornet-Wing for his help in this.

0.7.1

02 Oct 23:35
Compare
Choose a tag to compare
0.7.1 Pre-release
Pre-release

Fixed

  • dependency version constraints.

Added

  • various tests.

0.7.0: Merge pull request #282 from GeneaLabs/feature/update-to-laravel-6

29 Aug 03:36
6af891b
Compare
Choose a tag to compare

Added

  • Laravel 6.0 support.

0.6.3

27 Aug 14:36
Compare
Choose a tag to compare
0.6.3 Pre-release
Pre-release

Fixed

  • caching of methods that could pass field names as string or array.