Laravel Model Caching Versions Save

Eloquent model-caching made easy.

0.13.1

1 year ago

Fixed

  • parsing of first if it is an Expression object. Thanks @vheins!

0.13.0

1 year ago

Added

  • Laravel 10 compatibility. Thanks @faytekin !

0.12.5

1 year ago

Added

  • pivotSynced event listener to flush cache when performing BelongsToMany::sync. Thanks @d8vjork

0.12.4

2 years ago

Fixed

  • enum processing when fetching values from where statements. Thanks @alexhampu !

0.12.3

2 years ago

Added

  • enum compatibility. Thanks @alexhampu!

0.12.2

2 years ago

Added

  • support for withoutGlobalScopes(). Thanks @gitwilliam!

0.12.1

2 years ago

Added

  • functionality for Laravel's full-text search. Thanks @abetwothree!

Removed

  • PHP 7.x compatibility.

0.12.0

2 years ago

Added

  • Laravel 9 compatibility.

0.11.7

2 years ago

Fixed

  • uncatchable relationships being cached. Thanks @joshuadwire!

0.11.6

2 years ago

Fixed

  • edge case where binding was not resolved properly. Thanks @dmason30 !