bumped version
[catagits/Catalyst-Plugin-ConfigLoader.git] / Changes
CommitLineData
b2d85594 1Revision history for Perl extension Catalyst::Plugin::ConfigLoader.\r
2\r
935441da 30.1 Mon Jun 12 2006\r
975b8d59 4 - remove hash merging since it is now a core behavior\r
6e7f9907 5 - added C/M/V legacy shortcuts\r
d1b52b01 6\r
935441da 70.09 Wed May 24 2006\r
8 - ignore non-ref model/view/controller/component keys\r
9\r
1fa70df9 100.08 Tue May 23 2006\r
87dd9ae0 11 - added get_config_path() which extracts the path finding code\r
12 - added the ability to specify a MYAPP_CONFIG ENV variable\r
7b57af98 13 - more granular merging of top-level hashrefs\r
79b66c82 14 - more comprehensive tests\r
87dd9ae0 15\r
1502c009 160.07 Mon May 01 2006\r
17 - added Config::General support\r
18 - added nicer syntax for specifying models/views/controllers where\r
19 available\r
20\r
06b5f4a9 210.06 Wed Apr 26 2006\r
22 - remove "last;" so that _local configs will be processed\r
23\r
04ea923f 240.05 Thu Apr 18 2006\r
25 - __HOME__ now corresponds to $c->path_to( '' ) and nothing else\r
26 - __path_to( 'foo/bar' )__ turns in to $c->path_to( 'foo', 'bar' )\r
27 - attemps to load ${config}_local.$ext after ${config}.$ext for\r
28 an overriding effect\r
29\r
9742697f 300.04 Wed Feb 08 2006\r
31 - add finalize_config method\r
32 - make default finalize_config traverse the config and substitute\r
33 things beginning __HOME__/* with real path\r
468464b8 34 - don't use File::Slurp, produces annoying warnings on some systems\r
9742697f 35\r
d2afa071 360.03 Mon Jan 30 2006\r
9742697f 37 - pod fixes\r
d2afa071 38\r
c7413665 390.02 Sun Jan 29 2006\r
9742697f 40 - refactoring (suggested by Christian Hansen)\r
c7413665 41\r
b2d85594 420.01 Sat Jan 28 2006\r
9742697f 43 - original version