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