File tree 2 files changed +5
-1
lines changed
2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file.
4
4
The format is based on [ Keep a Changelog] ( http://keepachangelog.com/en/1.0.0/ )
5
5
and this project adheres to [ Semantic Versioning] ( http://semver.org/spec/v2.0.0.html ) .
6
6
7
+ ## [ 0.2.25] - 16 Feb 2018
8
+ ### Fixed
9
+ - readme spelling errors (thanks @fridzema !).
10
+
7
11
## [ 0.2.24] - 16 Feb 2018
8
12
### Fixed
9
13
- whereNotIn query caching.
Original file line number Diff line number Diff line change 10
10
[ ![ GitHub license] ( https://img.shields.io/badge/license-MIT-blue.svg )] ( https://raw.githubusercontent.com/GeneaLabs/laravel-model-caching/master/LICENSE )
11
11
12
12
## Impetus
13
- I created this package in response to a client project that had complex and nested
13
+ I created this package in response to a client project that had complex, nested
14
14
forms with many ` <select> ` 's that resulted in over 700 database queries on one
15
15
page. I needed a package that abstracted the caching process out of the model
16
16
for me, and one that would let me cache custom queries, as well as cache model
You can’t perform that action at this time.
0 commit comments