1479b37639a084ab7d379a8cc99c055c1fa8b653
[catagits/Catalyst-Plugin-ConfigLoader.git] / Changes
1 Revision history for Perl extension Catalyst::Plugin::ConfigLoader.\r
2 \r
3 0.1   Mon Jun 12 2006\r
4     - remove hash merging since it is now a core behavior\r
5     - added C/M/V legacy shortcuts\r
6     - fixed debug output some\r
7 \r
8 0.09  Wed May 24 2006\r
9     - ignore non-ref model/view/controller/component keys\r
10 \r
11 0.08  Tue May 23 2006\r
12     - added get_config_path() which extracts the path finding code\r
13     - added the ability to specify a MYAPP_CONFIG ENV variable\r
14     - more granular merging of top-level hashrefs\r
15     - more comprehensive tests\r
16 \r
17 0.07  Mon May 01 2006\r
18     - added Config::General support\r
19     - added nicer syntax for specifying models/views/controllers where\r
20       available\r
21 \r
22 0.06  Wed Apr 26 2006\r
23     - remove "last;" so that _local configs will be processed\r
24 \r
25 0.05  Thu Apr 18 2006\r
26     - __HOME__ now corresponds to $c->path_to( '' ) and nothing else\r
27     - __path_to( 'foo/bar' )__ turns in to $c->path_to( 'foo', 'bar' )\r
28     - attemps to load ${config}_local.$ext after ${config}.$ext for\r
29       an overriding effect\r
30 \r
31 0.04  Wed Feb 08 2006\r
32     - add finalize_config method\r
33     - make default finalize_config traverse the config and substitute\r
34       things beginning __HOME__/* with real path\r
35     - don't use File::Slurp, produces annoying warnings on some systems\r
36 \r
37 0.03  Mon Jan 30 2006\r
38     - pod fixes\r
39 \r
40 0.02  Sun Jan 29 2006\r
41     - refactoring (suggested by Christian Hansen)\r
42 \r
43 0.01  Sat Jan 28 2006\r
44     - original version