convert repository to git
[catagits/Catalyst-Plugin-Cache.git] / Changes
1         - Convert repository to git (fREW Schmidt)
2
3 0.10
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
11 0.09
12         - Generate a warning if no config is specified, or config
13           is specified using the old key.
14         - Support the compute() method, and emulate it if the backend
15           doesn't have it.
16
17 0.08
18         - Forgot to add MRO::Compat to Makefile.PL, fail.
19
20 0.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).
25
26 0.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.
31 0.05
32         - change base class order to appease Class::C3
33
34 0.04
35         - ???
36
37 0.03
38         - Be more compatible with ->set() convention of passing expiry
39
40 0.02
41         - Pass around a hash ref instead of a list of kvp.
42
43 0.01
44         - Initial release