RT#74972
[catagits/Catalyst-Plugin-Cache.git] / Changes
CommitLineData
4c29e62e 1 - Convert repository to git (fREW Schmidt)
5662d9dc 2 - Depend on Catalyst 5.8 and so lose un-declared dependencies
3 on Class::Data::Inheritable and Class::Accessor::Fast.
4 RT#74972
4c29e62e 5
d7e35e98 60.10
a78b4047 7 - Change to Module::Install
8 - Drop test dep on ok
9 - Split requires and test_requires
10 - Fix bug when used in conjunction with ::Model::DBIC::Schema
11 Caching trait by not trying to cache the curried cache instance when
12 we don't have a request instance to cache it against
13
1c99d822 140.09
4d098922 15 - Generate a warning if no config is specified, or config
16 is specified using the old key.
26dcff5b 17 - Support the compute() method, and emulate it if the backend
18 doesn't have it.
19
cfeadc99 200.08
21 - Forgot to add MRO::Compat to Makefile.PL, fail.
22
0ba5145c 230.07
24 - Switch from NEXT to MRO::Compat.
25 - Change config key from 'cache' to 'Plugin::Cache', old key
26 is still supported for backwards compatibility, but the new
27 key is preferred (RT#40344).
ab8e499f 28
dc5fda2b 290.06
30 - clarify the documentation on how to configure a backend
31 - due to stacked evals, certain start up errors were quietly
32 ignored until the first cache hit. These start up errors
33 now correctly manifest themselves at start up time.
204b2b54 340.05
35 - change base class order to appease Class::C3
36
370.04
38 - ???
39
be13e4dd 400.03
41 - Be more compatible with ->set() convention of passing expiry
42
f5989257 430.02
44 - Pass around a hash ref instead of a list of kvp.
45
460.01
47 - Initial release