Releases: mikebronner/laravel-model-caching
Releases · mikebronner/laravel-model-caching
0.2.7: Merge pull request #25 from GeneaLabs/laravel-5.5
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
Added
- orderBy clause to cache key. Thanks @RobMKR for the PR!
0.2.5: Merge pull request #10 from GeneaLabs/laravel-5.5
Fixed
- parsing of nested, exists, raw, and column where clauses.
0.2.4: Merge pull request #9 from GeneaLabs/laravel-5.5
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
Fixed
- parsing of where clauses to account for some edge cases.
0.2.2: Merge pull request #3 from GeneaLabs/laravel-5.5
Added
- additional unit tests for checking caching of lazy-loaded relationships.
Fixed
- generation of cache key for queries with where clauses.
0.2.1
Fixed
- where clause parsing when where clause is empty.
0.2.0
Changed
- approach to caching things. Completely rewrote the CachedBuilder class.
Added
- many, many more tests.
0.1.0
Added
- initial development of package.
- unit tests with 100% code coverage.