Skip to content

Releases: mikebronner/laravel-model-caching

0.2.14: Merge pull request #47 from GeneaLabs/laravel-5.5

31 Dec 00:30
50ed138
Compare
Choose a tag to compare

Added

  • ability to flush cache for a given model via Artisan command.

0.2.13: Merge pull request #43 from GeneaLabs/laravel-5.5

28 Dec 21:21
a370197
Compare
Choose a tag to compare

Added

  • ability to define custom cache store in .env file.

0.2.12: Merge pull request #40 from GeneaLabs/laravel-5.5

14 Dec 20:54
5ed9daf
Compare
Choose a tag to compare

Added

  • chainable method to disable caching of queries.

0.2.11: Merge pull request #38 from GeneaLabs/laravel-5.5

14 Dec 02:09
db70b30
Compare
Choose a tag to compare

Added

  • functionality to clear corresponding cache tags when model is deleted.

0.2.10: Merge pull request #36 from GeneaLabs/laravel-5.5

05 Dec 16:08
0cf6758
Compare
Choose a tag to compare

Fixed

  • caching when using orderByRaw().

0.2.9: Merge pull request #32 from GeneaLabs/laravel-5.5

19 Nov 17:39
a06f108
Compare
Choose a tag to compare

Added

  • test for query scopes.
  • test for relationship query.

Updated

  • readme file.
  • travis configuration.

0.2.8: Merge pull request #30 from GeneaLabs/laravel-5.5

17 Oct 23:13
Compare
Choose a tag to compare

Updated

  • code with optimizations and refactoring.

0.2.7: Merge pull request #25 from GeneaLabs/laravel-5.5

16 Oct 18:19
Compare
Choose a tag to compare

Added

  • remaining unit tests that were incomplete, thanks everyone who participated!
  • added parsing of where doesnthave() condition.

0.2.6: Merge pull request #13 from GeneaLabs/laravel-5.5

12 Oct 17:17
Compare
Choose a tag to compare

Added

  • orderBy clause to cache key. Thanks @RobMKR for the PR!

0.2.5: Merge pull request #10 from GeneaLabs/laravel-5.5

04 Oct 20:58
Compare
Choose a tag to compare

Fixed

  • parsing of nested, exists, raw, and column where clauses.