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