Skip to content

Releases: mikebronner/laravel-model-caching

0.2.34

22 Feb 04:18
Compare
Choose a tag to compare
0.2.34 Pre-release
Pre-release

Added

  • implementation tests using redis.
  • additional tests for some edge case scenarios.

Fixed

  • cache key prefix functionality.

Updated

  • tests through refactoring and cleaning up.

0.2.33

20 Feb 03:32
Compare
Choose a tag to compare
0.2.33 Pre-release
Pre-release

Added

  • unit test to make sure Model::all() returns a collection when only only
    record is retrieved.
  • console command to flush entire model-cache.

0.2.32

19 Feb 15:26
Compare
Choose a tag to compare
0.2.32 Pre-release
Pre-release

Fixed

  • hash collision logic to not run query twice if not needed.

0.2.31

19 Feb 02:17
Compare
Choose a tag to compare
0.2.31 Pre-release
Pre-release

Added

  • optional cache key prefixing.

0.2.30

19 Feb 00:30
Compare
Choose a tag to compare
0.2.30 Pre-release
Pre-release

Changed

  • detection of Cachable trait to use class_uses() instead of looking for
    method.

0.2.29

18 Feb 23:36
Compare
Choose a tag to compare
0.2.29 Pre-release
Pre-release

Added

  • hash collision detection and prevetion.

0.2.28

18 Feb 20:33
403dc41
Compare
Choose a tag to compare
0.2.28 Pre-release
Pre-release

Changed

  • disabling of cache from using session to use cache-key instead.

0.2.27

18 Feb 03:37
Compare
Choose a tag to compare
0.2.27 Pre-release
Pre-release

Fixed

  • the erroneous use of arrayEmpty() function, changed to simple count().

0.2.26

17 Feb 03:31
Compare
Choose a tag to compare
0.2.26 Pre-release
Pre-release

Added

  • refactor functionality to trait (thanks @rs-sliske!).

0.2.25

17 Feb 00:56
Compare
Choose a tag to compare
0.2.25 Pre-release
Pre-release

Fixed

  • readme spelling errors (thanks @fridzema!).