Version 0.10
[catagits/Catalyst-Plugin-Cache.git] / Changes
CommitLineData
d7e35e98 10.10
a78b4047 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
1c99d822 90.09
4d098922 10 - Generate a warning if no config is specified, or config
11 is specified using the old key.
26dcff5b 12 - Support the compute() method, and emulate it if the backend
13 doesn't have it.
14
cfeadc99 150.08
16 - Forgot to add MRO::Compat to Makefile.PL, fail.
17
0ba5145c 180.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).
ab8e499f 23
dc5fda2b 240.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.
204b2b54 290.05
30 - change base class order to appease Class::C3
31
320.04
33 - ???
34
be13e4dd 350.03
36 - Be more compatible with ->set() convention of passing expiry
37
f5989257 380.02
39 - Pass around a hash ref instead of a list of kvp.
40
410.01
42 - Initial release