Version 0.10
[catagits/Catalyst-Plugin-Cache.git] / Changes
1 0.10
2         - Change to Module::Install
3         - Drop test dep on ok
4         - Split requires and test_requires
5         - Fix bug when used in conjunction with ::Model::DBIC::Schema
6           Caching trait by not trying to cache the curried cache instance when
7           we don't have a request instance to cache it against
8
9 0.09
10         - Generate a warning if no config is specified, or config
11           is specified using the old key.
12         - Support the compute() method, and emulate it if the backend
13           doesn't have it.
14
15 0.08
16         - Forgot to add MRO::Compat to Makefile.PL, fail.
17
18 0.07
19         - Switch from NEXT to MRO::Compat.
20         - Change config key from 'cache' to 'Plugin::Cache', old key
21           is still supported for backwards compatibility, but the new
22           key is preferred (RT#40344).
23
24 0.06
25         - clarify the documentation on how to configure a backend
26         - due to stacked evals, certain start up errors were quietly
27           ignored until the first cache hit. These start up errors
28           now correctly manifest themselves at start up time.
29 0.05
30         - change base class order to appease Class::C3
31
32 0.04
33         - ???
34
35 0.03
36         - Be more compatible with ->set() convention of passing expiry
37
38 0.02
39         - Pass around a hash ref instead of a list of kvp.
40
41 0.01
42         - Initial release