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