Laravel Model Caching Versions Save

Eloquent model-caching made easy.

11.0.1

1 month ago

Fixed

  • dependency versions.

11.0.0

2 months ago

Added

  • Laravel 11 compatibility. Thanks @laravel-shift!

0.13.9

2 months ago

Fixed

  • cache cooldown checks. Thanks @KieranFYI!

0.13.8

4 months ago

Fixed

  • whereHaving clauses not being parsed correctly. Thanks @charlie-waddell!

0.13.7

4 months ago

Fixed

  • where clauses that were expressions. Thanks @padre!

0.13.6

4 months ago

Fixed

  • missing JsonContainsKey query type. Thanks @jamesRUS52!

0.13.5

4 months ago

Fixed

  • processing of enums with null values. Thanks @peter-brennan!

0.13.4

1 year ago

Fixed

  • attach() and detach() issues after upgrading to Laravel 10. Thanks @jason-klein

0.13.3

1 year ago

Fixed

  • 'second' in where clause if it is an Expression object.

0.13.2

1 year ago

Changed

  • pagination to be compatible with Laravel 10.3 by adding $total parameter. Thanks @joshuadwire!