Skip to content

Commit 82e10e3

Browse files
committed
Update changelog and readme
1 parent b655aec commit 82e10e3

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,17 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
55
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
66

7-
## [0.2.1] - 2017-09-29
7+
## [0.2.2] - 2017-09-29
88
### Added
99
- additional unit tests for checking caching of lazy-loaded relationships.
1010

1111
### Fixed
1212
- generation of cache key for queries with where clauses.
1313

14+
## [0.2.1] - 2017-09-25
15+
### Fixed
16+
- where clause parsing when where clause is empty.
17+
1418
## [0.2.0] - 2017-09-24
1519
### Changed
1620
- approach to caching things. Completely rewrote the CachedBuilder class.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ for me, and one that would let me cache custom queries, as well as cache model
1717
relationships. This package is the attempt to address those requirements.
1818

1919
## Features
20-
- automatic, self-invalidating relationship caching.
20+
- automatic, self-invalidating relationship (both eager- and lazy-loaded) caching.
2121
- automatic, self-invalidating model query caching.
2222
- automatic use of cache flags for cache providers that support them (will
2323
flush entire cache for providers that don't).

0 commit comments

Comments
 (0)