Hmm
[catagits/Catalyst-Plugin-Cache.git] / Changes
CommitLineData
a78b4047 1 - Change to Module::Install
2 - Drop test dep on ok
3 - Split requires and test_requires
4 - Fix bug when used in conjunction with ::Model::DBIC::Schema
5 Caching trait by not trying to cache the curried cache instance when
6 we don't have a request instance to cache it against
7
1c99d822 80.09
4d098922 9 - Generate a warning if no config is specified, or config
10 is specified using the old key.
26dcff5b 11 - Support the compute() method, and emulate it if the backend
12 doesn't have it.
13
cfeadc99 140.08
15 - Forgot to add MRO::Compat to Makefile.PL, fail.
16
0ba5145c 170.07
18 - Switch from NEXT to MRO::Compat.
19 - Change config key from 'cache' to 'Plugin::Cache', old key
20 is still supported for backwards compatibility, but the new
21 key is preferred (RT#40344).
ab8e499f 22
dc5fda2b 230.06
24 - clarify the documentation on how to configure a backend
25 - due to stacked evals, certain start up errors were quietly
26 ignored until the first cache hit. These start up errors
27 now correctly manifest themselves at start up time.
204b2b54 280.05
29 - change base class order to appease Class::C3
30
310.04
32 - ???
33
be13e4dd 340.03
35 - Be more compatible with ->set() convention of passing expiry
36
f5989257 370.02
38 - Pass around a hash ref instead of a list of kvp.
39
400.01
41 - Initial release