Remove .git from MANIFEST
[catagits/Catalyst-Plugin-Cache.git] / Changes
1         - Remove .git from MANIFEST
2
3 0.11
4         - Convert repository to git (fREW Schmidt)
5         - Depend on Catalyst 5.8 and so lose un-declared dependencies
6           on Class::Data::Inheritable and Class::Accessor::Fast.
7           RT#74972
8
9 0.10
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
17 0.09
18         - Generate a warning if no config is specified, or config
19           is specified using the old key.
20         - Support the compute() method, and emulate it if the backend
21           doesn't have it.
22
23 0.08
24         - Forgot to add MRO::Compat to Makefile.PL, fail.
25
26 0.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).
31
32 0.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.
37 0.05
38         - change base class order to appease Class::C3
39
40 0.04
41         - ???
42
43 0.03
44         - Be more compatible with ->set() convention of passing expiry
45
46 0.02
47         - Pass around a hash ref instead of a list of kvp.
48
49 0.01
50         - Initial release