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