Version 0.12
[catagits/Catalyst-Plugin-Cache.git] / Changes
CommitLineData
d1cb9db3 10.12
2 - Remove .git from MANIFEST. RT#78058
c6bcc440 3
33541210 40.11
4c29e62e 5 - Convert repository to git (fREW Schmidt)
5662d9dc 6 - Depend on Catalyst 5.8 and so lose un-declared dependencies
7 on Class::Data::Inheritable and Class::Accessor::Fast.
8 RT#74972
4c29e62e 9
d7e35e98 100.10
a78b4047 11 - Change to Module::Install
12 - Drop test dep on ok
13 - Split requires and test_requires
14 - Fix bug when used in conjunction with ::Model::DBIC::Schema
15 Caching trait by not trying to cache the curried cache instance when
16 we don't have a request instance to cache it against
17
1c99d822 180.09
4d098922 19 - Generate a warning if no config is specified, or config
20 is specified using the old key.
26dcff5b 21 - Support the compute() method, and emulate it if the backend
22 doesn't have it.
23
cfeadc99 240.08
25 - Forgot to add MRO::Compat to Makefile.PL, fail.
26
0ba5145c 270.07
28 - Switch from NEXT to MRO::Compat.
29 - Change config key from 'cache' to 'Plugin::Cache', old key
30 is still supported for backwards compatibility, but the new
31 key is preferred (RT#40344).
ab8e499f 32
dc5fda2b 330.06
34 - clarify the documentation on how to configure a backend
35 - due to stacked evals, certain start up errors were quietly
36 ignored until the first cache hit. These start up errors
37 now correctly manifest themselves at start up time.
204b2b54 380.05
39 - change base class order to appease Class::C3
40
410.04
42 - ???
43
be13e4dd 440.03
45 - Be more compatible with ->set() convention of passing expiry
46
f5989257 470.02
48 - Pass around a hash ref instead of a list of kvp.
49
500.01
51 - Initial release