removing old dir
[catagits/Catalyst-Plugin-ConfigLoader.git] / Changes
CommitLineData
b2d85594 1Revision history for Perl extension Catalyst::Plugin::ConfigLoader.\r
2\r
f004a98a 30.13 Fri Aug 25 2006\r
4 - loading code factored out into Config::Any [rataxis@cpan.org]\r
5 sponsored by Portugal Telecom\r
6\r
6015f463 70.12 Wed Jul 12 2006\r
b773e078 8 - made the "local" suffix overrideable\r
6015f463 9 - fixed __path_to()__ docs\r
10\r
ed608f0b 110.11 Tue Jul 11 2006\r
12 - remember, kids: 09 > 1\r
13\r
fe891aa1 140.1 Tue Jul 11 2006\r
975b8d59 15 - remove hash merging since it is now a core behavior\r
6e7f9907 16 - added C/M/V legacy shortcuts\r
172de8aa 17 - fixed debug output some\r
3b6330a4 18 - switched to Module::Pluggable::Object\r
d1b52b01 19\r
935441da 200.09 Wed May 24 2006\r
21 - ignore non-ref model/view/controller/component keys\r
22\r
1fa70df9 230.08 Tue May 23 2006\r
87dd9ae0 24 - added get_config_path() which extracts the path finding code\r
25 - added the ability to specify a MYAPP_CONFIG ENV variable\r
7b57af98 26 - more granular merging of top-level hashrefs\r
79b66c82 27 - more comprehensive tests\r
87dd9ae0 28\r
1502c009 290.07 Mon May 01 2006\r
30 - added Config::General support\r
31 - added nicer syntax for specifying models/views/controllers where\r
32 available\r
33\r
06b5f4a9 340.06 Wed Apr 26 2006\r
35 - remove "last;" so that _local configs will be processed\r
36\r
04ea923f 370.05 Thu Apr 18 2006\r
38 - __HOME__ now corresponds to $c->path_to( '' ) and nothing else\r
39 - __path_to( 'foo/bar' )__ turns in to $c->path_to( 'foo', 'bar' )\r
40 - attemps to load ${config}_local.$ext after ${config}.$ext for\r
41 an overriding effect\r
42\r
9742697f 430.04 Wed Feb 08 2006\r
44 - add finalize_config method\r
45 - make default finalize_config traverse the config and substitute\r
46 things beginning __HOME__/* with real path\r
468464b8 47 - don't use File::Slurp, produces annoying warnings on some systems\r
9742697f 48\r
d2afa071 490.03 Mon Jan 30 2006\r
9742697f 50 - pod fixes\r
d2afa071 51\r
c7413665 520.02 Sun Jan 29 2006\r
9742697f 53 - refactoring (suggested by Christian Hansen)\r
c7413665 54\r
b2d85594 550.01 Sat Jan 28 2006\r
b773e078 56 - original version\r