Skip to content

Releases: mikebronner/laravel-model-caching

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.

0.2.4: Merge pull request #9 from GeneaLabs/laravel-5.5

03 Oct 22:34
Compare
Choose a tag to compare

Added

  • .gitignore file to reduce download size for production environment.

Fixed

  • parsing of where clauses with null and notnull.

0.2.3: Merge pull request #6 from GeneaLabs/laravel-5.5

03 Oct 18:57
Compare
Choose a tag to compare

Fixed

  • parsing of where clauses to account for some edge cases.

0.2.2: Merge pull request #3 from GeneaLabs/laravel-5.5

30 Sep 01:02
Compare
Choose a tag to compare

Added

  • additional unit tests for checking caching of lazy-loaded relationships.

Fixed

  • generation of cache key for queries with where clauses.

0.2.1

25 Sep 17:09
Compare
Choose a tag to compare
0.2.1 Pre-release
Pre-release

Fixed

  • where clause parsing when where clause is empty.

0.2.0

25 Sep 03:25
Compare
Choose a tag to compare
0.2.0 Pre-release
Pre-release

Changed

  • approach to caching things. Completely rewrote the CachedBuilder class.

Added

  • many, many more tests.

0.1.0

22 Sep 23:45
Compare
Choose a tag to compare
0.1.0 Pre-release
Pre-release

Added

  • initial development of package.
  • unit tests with 100% code coverage.