File tree Expand file tree Collapse file tree 1 file changed +32
-0
lines changed Expand file tree Collapse file tree 1 file changed +32
-0
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,38 @@ All notable changes to this project will be documented in this file.
44The format is based on [ Keep a Changelog] ( http://keepachangelog.com/en/1.0.0/ )
55and this project adheres to [ Semantic Versioning] ( http://semver.org/spec/v2.0.0.html ) .
66
7+ ## [ 0.2.45] - 3 Mar 2018
8+ ### Fixed
9+ - pagination cache key generation; fixes #85 .
10+
11+ ## [ 0.2.44] - 3 Mar 2018
12+ ### Fixed
13+ - disabling of caching using the query scope.
14+
15+ ## [ 0.2.43] - 2 Mar 2018
16+ ### Fixed
17+ - actions on belongsToMany relationships not flushing cache when needed.
18+
19+ ## [ 0.2.42] - 28 Feb 2018
20+ ### Added
21+ - additional integration tests for additional use cases.
22+
23+ ### Fixed
24+ - flushing a specific model from the command line that extended a base class and did not use the trait directly.
25+
26+ ## [ 0.2.41] - 26 Feb 2018
27+ ### Fixes
28+ - cache invalidation when using ->insert() method.
29+ - cache invalidation when using ->update() method.
30+
31+ ## [ 0.2.40] - 24 Feb 2018
32+ ### Updated
33+ - code with some home-cleaning and refactoring.
34+
35+ ## [ 0.2.39] - 24 Feb 2018
36+ ### Updated
37+ - CachedBuilder class with some refactoring and cleanup.
38+
739## [ 0.2.38] - 24 Feb 2018
840### Added
941- cache-invalidation-cool-down functionality.
You can’t perform that action at this time.
0 commit comments