Skip to content

Releases: mikebronner/laravel-model-caching

0.10.1

02 Aug 22:10
Compare
Choose a tag to compare
0.10.1 Pre-release
Pre-release

Fixed

  • typos in test class.

0.10.0

02 Aug 22:06
Compare
Choose a tag to compare
0.10.0 Pre-release
Pre-release

Removed

  • PREDIS dependency. Going forward testing will be done against PHPREDIS, as
    that is installed by default on Laravel Forge servers and the officially
    recommended Redis client, since PREDIS is no longer maintained.

0.9.0

17 Jul 15:33
Compare
Choose a tag to compare
0.9.0 Pre-release
Pre-release

Removed

  • support for PHP 7.2 due to incompatibility.

0.8.10

08 Jul 18:08
Compare
Choose a tag to compare
0.8.10 Pre-release
Pre-release

Fixed

  • update and insert methods when called on cached relations.

0.8.9

03 Jul 15:22
Compare
Choose a tag to compare
0.8.9 Pre-release
Pre-release

Committed items meant for 0.8.8.

0.8.8

02 Jul 17:03
Compare
Choose a tag to compare
0.8.8 Pre-release
Pre-release

Fixed

  • return type of applyScopes to match parent class.

0.8.7

02 Jul 16:00
Compare
Choose a tag to compare
0.8.7 Pre-release
Pre-release

Added

  • check for scopes to avoid them being applied twice. Thanks @saernz!

0.8.6

12 May 22:47
Compare
Choose a tag to compare
0.8.6 Pre-release
Pre-release

Changed

  • implementation of debug_backtrace() to reduce memory consumption. Thanks @saernz!

0.8.5

02 May 21:30
Compare
Choose a tag to compare
0.8.5 Pre-release
Pre-release

Changed

  • PHP dependency version to ">=7.2.5" to be more inline with Laravel.

0.8.4

29 Apr 13:17
Compare
Choose a tag to compare
0.8.4 Pre-release
Pre-release

Added

  • additional unit tests.

Updated

  • key generation to be more explicit in details with global scopes. Thanks @Drewdan!